HashMap.HashIterator

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

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.

Variables

current
HashMapNode!(K, V) current;
Undocumented in source.
expectedModCount
int expectedModCount;
Undocumented in source.
index
int index;
Undocumented in source.
next
HashMapNode!(K, V) next;
Undocumented in source.

Meta