HashMap.KeyInputRange

Undocumented in source.

Members

Functions

front
K front()
Undocumented in source. Be warned that the author may not have intended to support it.
moveFront
K moveFront()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(K) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(size_t, K) dg)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin HashIterator
Undocumented in source.

Mixed In Members

From mixin HashIterator

next
HashMapNode!(K, V) next;
Undocumented in source.
current
HashMapNode!(K, V) current;
Undocumented in source.
expectedModCount
int expectedModCount;
Undocumented in source.
index
int index;
Undocumented in source.
this
this()
Undocumented in source.
empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta