GffField.opIndex - multiple declarations

Function GffField.opIndex

Shorthand for getting child field assuming this field is a GffStruct

const(GffField) opIndex (
  in const(string) label
) const;

Function GffField.opIndex

Shorthand for getting child field assuming this field is a GffList

const(GffStruct) opIndex (
  in const(ulong) index
) const;