ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
HashCollection.byKeyValue
ae
utils
aa
HashCollection
Return a range which iterates over key/value pairs.
struct
HashCollection
(K, V, bool ordered, bool multi)
static if
(
haveValues
)
auto
byKeyValue
(
this
This
)
(
)
Meta
Source
See Implementation
ae
utils
aa
HashCollection
aliases
add
getAll
getOrAdd
items
set
constructors
this
functions
byKey
byKeyValue
byPair
byRef
byValue
byValueOf
clear
count
dup
empty
get
indexOf
indicesOf
length
opApply
opAssign
opBinaryRight
opCast
opIndex
opIndexAssign
opIndexOpAssign
opIndexUnary
remove
require
toAA
update
valuesOf
postblits
this(this)
properties
keys
values
templates
_addSetFunc
Return a range which iterates over key/value pairs.