GffStruct.this - multiple declarations

Function GffStruct.this

this (
  GffValue[string] children,
  uint id
);

this (
  OrderedAA!(string,nwn.gff.GffValue) children,
  uint id
);

Function GffStruct.this

Copy constructor

this (
  GffStruct other
);

Function GffStruct.this

JSON to GffStruct

this (
  in const(JSONValue) json
);