GffStruct.NullableField

Return type for "key" in gffStruct. Behaves like a pointer.

struct GffStruct
static
struct NullableField {}

Alias This

value

Members

Functions

opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
GffField opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

isNull
bool isNull;
Undocumented in source.
value
GffField value;
Undocumented in source.

Meta