KeyValue

In-memory representation of a KeyValues object.

Members

Functions

opIndex
KeyValue[] opIndex(string name)

Returns all subkeys whose key equal name.

toString
string toString()

Returns a pretty printed string representation of this KeyValue.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

hasSubkeys
bool hasSubkeys;

Whether this KeyValue has subkeys.

key
string key;

The key of this KeyValue.

Meta