GffList.this - multiple declarations

Function GffList.this

this (
  GffStruct[] children
);

Function GffList.this

Copy constructor

this (
  GffList other
);

Function GffList.this

JSON to GffList

this (
  in const(JSONValue) json
);