HashTableIterator

HashTable iterator

Members

Functions

empty
bool empty()

Check if range is empty

front
Tuple!(Value, Value) front()

Get the front element of this range

popFront
void popFront()

Pop the front element of this range

Variables

index
size_t index;
Undocumented in source.

Meta