Setting.setBoolean - multiple declarations

Function Setting.setBoolean

sets bool item by index of array or map

bool setBoolean(
  int index,
  bool value
);

Function Setting.setBoolean

sets bool item of map

bool setBoolean(
  string key,
  bool value
);