dmdscript ~master (2017-12-09T01:07:21Z)
Dub
Repo
RandAA.KeyValRange
dmdscript
RandAA
RandAA
class
RandAA
(K, V, bool storeHash = shouldStoreHash!(K), bool useRandom = false)
struct
KeyValRange (
K
V
bool
storeHash
bool
vals
) {
T
front
()
;
void
popFront
()
;
bool
empty
()
;
}
Members
Functions
empty
bool
empty
()
front
T
front
()
popFront
void
popFront
()
Meta
Source
See Implementation
dmdscript
RandAA
RandAA
constructors
this
functions
findExistingAlt
free
keyRange
length
opApply
opIn_r
opIndex
opIndexAssign
rehash
remove
valueRange
structs
KeyValRange