OrderedAssocArray

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(ValueType[KeyType] asc)
Undocumented in source.
this
this(typeof(this) at)
Undocumented in source.

Members

Functions

add
void add(Pair!(KeyType, ValueType) pair)
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(KeyType key, ValueType value)
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(KeyType key)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
typeof(this) opBinary(typeof(this) that)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
ValueType opIndex(KeyType key)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(ValueType value, KeyType key)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
Pair!(KeyType, ValueType) front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
keys
KeyType[] keys [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
save
typeof(this) save [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
values
ValueType[] values [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_keys
LinkedList!(KeyType*) _keys;
Undocumented in source.

Meta