ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
HashCollection.get
ae
utils
aa
HashCollection
Retrieve last value associated with key, or
defaultValue
if none.
struct
HashCollection
(K, V, bool ordered, bool multi)
ref inout
static if
(
haveIndexing
)
inout
(
IV
)
get
()
(
auto
ref
IK
k
,
auto
ref
inout
(
IV
)
defaultValue
)
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
Retrieve last value associated with key, or defaultValue if none.