RandAA.KeyValRange

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

Members

Functions

empty
bool empty()
front
T front()
popFront
void popFront()

Meta