Struct GffList
GFF list value type (Array of GffStruct)
struct GffList
;
Properties
| Name | Type | Description |
|---|---|---|
children[get]
|
const(GffStruct)[] | Converts the GffLIst into a list of GffStruct |
empty[get]
|
bool | |
length[get]
|
ulong | Number of children elements |
Methods
| Name | Description |
|---|---|
opIndex
(index)
|
Get nth child GffStruct |
toPrettyString
(tabs)
|
Serialize the list and its children in a human-readable format |