Setting.setup - multiple declarations

Function Setting.setup

Add and return an empty setting for array by an integer index only if it's not present

Setting setup (
  ulong index
);

Function Setting.setup

Add and return an empty setting for object by a string key only if it's not present

Setting setup (
  string key
);