Setting.remove

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

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

Meta