GffValue.opIndexAssign - multiple declarations

Function GffValue.opIndexAssign

Shorthand for modifying the GffValue as a GffStruct

ref auto opIndexAssign(T) (
  T rhs,
  in string label
)
if (is(T : GffValue) || isGffNativeType!T);

Function GffValue.opIndexAssign

Shorthand for modifying the GffValue as a GffList

GffStruct opIndexAssign (
  GffStruct rhs,
  ulong index
);