Setting.opIndex - multiple declarations

Function Setting.opIndex

for array or object returns item by index, null if index is out of bounds or setting is neither array nor object

Setting opIndex(
  int index
);

Function Setting.opIndex

for object returns item by key, null if not found or this setting is not an object

Setting opIndex(
  string key
);