RandAA.KeyValRange

Undocumented in source.
class RandAA(K, V, bool storeHash = shouldStoreHash!(K), bool useRandom = false)
struct KeyValRange (
K
V
bool storeHash
bool vals
) {}

Constructors

this
this(RandAA aa)
Undocumented in source.

Members

Functions

empty
bool empty()
front
T front()
popFront
void popFront()
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta