OrderedAA

Ordered Associative Array

Members

Functions

byKeyValue
auto ref byKeyValue()
clear
void clear()
dirtyAppendKeyValue
void dirtyAppendKeyValue(KEY key, VALUE value)

This function should not be used by sane people.

opApply
int opApply(DG dg)
opBinaryRight
inout(VALUE)* opBinaryRight(KEY key)
opEquals
bool opEquals(THIS rhs)
opIndex
inout(VALUE) opIndex(KEY key)
opIndexAssign
void opIndexAssign(VALUE value, KEY key)
rehash
void rehash()
remove
void remove(KEY key)

Properties

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

Meta