GffValue.opIndex - multiple declarations

Function GffValue.opIndex

Shorthand for modifying the GffValue as a GffStruct

GffValue opIndex (
  scope in return const(string) label
);

Function GffValue.opIndex

Shorthand for modifying the GffValue as a GffList

GffStruct opIndex (
  ulong index
);