Setting.opIndexAssign - multiple declarations

Function Setting.opIndexAssign

sets value for array item by integer index

T opIndexAssign(T)(
  T value,
  int index
);

Function Setting.opIndexAssign

sets value for object item by string key

T opIndexAssign(T)(
  T value,
  string key
);