Struct GffList

GFF list value type (Array of GffStruct)

struct GffList ;

Properties

NameTypeDescription
children[get] const(GffStruct)[]Converts the GffLIst into a list of GffStruct
empty[get] bool
length[get] ulongNumber of children elements

Methods

NameDescription
opIndex (index) Get nth child GffStruct
toPrettyString (tabs) Serialize the list and its children in a human-readable format