dmdscript v2.1.0 (2021-12-16T21:42:33Z)
Dub
Repo
RandAA.KeyValRange
dmdscript
RandAA
RandAA
Undocumented in source.
class
RandAA
(K, V, bool storeHash = shouldStoreHash!(K), bool useRandom = false)
struct
KeyValRange (
K
V
bool
storeHash
bool
vals
) {
this
(RandAA aa);
T
front
();
void
popFront
();
bool
empty
();
string
toString
();
}
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
Source
See Implementation
dmdscript
RandAA
RandAA
aliases
K_
V_
key_range
value_range
constructors
this
functions
clear
findExistingAlt
free
insertAlt
keyRange
keys
length
opApply
opBinaryRight
opIndex
opIndexAssign
rehash
remove
valueRange
values
static functions
getNextP2
structs
KeyValRange