SortedMap

sorted map class

Constructors

this
this()
Undocumented in source.

Members

Functions

opApply
int opApply(int delegate(T1 key, ref T2 value) dg)

overrides foreach loops

opBinaryRight
T2* opBinaryRight(T1 key)

overrides in keyword

opIndex
T2 opIndex(T1 key)

overrides index

opIndexAssign
void opIndexAssign(T2 value, T1 key)

overrides assigning to index

Variables

entries
List!(MapEntry!(T1, T2)) entries;

linked list of entries

Meta