Setting.opIndex

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

  1. Setting opIndex(int index)
    class Setting
    opIndex
    (
    int index
    )
  2. Setting opIndex(string key)

Meta