Setting.remove - multiple declarations

Function Setting.remove

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

Prototype

Setting remove(
  string key
);

Function 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

Prototype

Setting remove(
  int index
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0