Gff.this - multiple declarations

Function Gff.this

Empty GFF

this();

Function Gff.this

Create a Gff by parsing the binary format

this (
  in const(ubyte[]) data
);

Function Gff.this

Create a Gff by parsing a file in binary format

this (
  std.stdio.File file
);

Function Gff.this

this (
  in const(string) path
);

Function Gff.this

Create a Gff by parsing JSON

this (
  in const(JSONValue) json
);