Struct OrderedAA

Ordered Associative Array

struct OrderedAA(KEY, VALUE) ;

Fields

NameTypeDescription
data OrderedAA.DataContainer[]
map size_t[KEY]

Properties

NameTypeDescription
dup[get] OrderedAA.THIS
empty[get] bool
length[get] size_t

Methods

NameDescription
byKeyValue ()
clear ()
dirtyAppendKeyValue (key, value) This function should not be used by sane people.
opApply (dg)
opBinaryRight (key)
opEquals (rhs)
opIndex (key)
opIndexAssign (value, key)
rehash ()
remove (key)

Aliases

NameDescription
DataContainer
THIS