Map

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
exists
bool exists(TKey key)
Undocumented in source. Be warned that the author may not have intended to support it.
lock
void lock()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref TValue) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(TKey, ref TValue) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto ref opIndex(TKey key)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(TValue value, TKey key)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(TKey key)
Undocumented in source. Be warned that the author may not have intended to support it.
unlock
void unlock()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

back
auto ref back [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
auto ref front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
keys
TKey[] 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.
opDollar
size_t opDollar [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
values
TValue[] values [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta