GffList

GFF list value type (Array of GffStruct)

Constructors

this
this(inout(FastGff) gff, uint32_t listOffset)
Undocumented in source.

Alias This

children

Members

Functions

opIndex
const(GffStruct) opIndex(size_t index)

Get nth child GffStruct

toPrettyString
string toPrettyString(string tabs)

Serialize the list and its children in a human-readable format

Properties

children
const(GffStruct)[] children [@property getter]

Converts the GffLIst into a list of GffStruct

empty
bool empty [@property getter]
length
size_t length [@property getter]

Number of children elements

Meta