FastGff

GFF file parser

Constructors

this
this(string filePath)

Parse GFF file

this
this(ubyte[] rawData)

Parse GFF raw data

Alias This

root

Members

Functions

toPrettyString
string toPrettyString()

Serialize the entire file in a human-readable format

Properties

fileType
string fileType [@property getter]

GFF file type string

fileVersion
string fileVersion [@property getter]

GFF file version string

root
const(GffStruct) root [@property getter]

Get root node (accessible with alias this)

Meta