FashMap

Undocumented in source.

Members

Functions

contains
bool contains(K k)
Undocumented in source. Be warned that the author may not have intended to support it.
insert
bool insert(K k, V v)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref const K, ref V) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
Pair!(K, V) opIndex(K k)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
const(Pair!(K, V)) opIndex(K k)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

capacity
size_t capacity [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
empty
size_t empty [@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.

Structs

Pair
struct Pair(N, M)
Undocumented in source.

Meta