ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
HashCollection._addSetFunc
ae
utils
aa
HashCollection
Undocumented in source.
ReturnType
!
void
_addSetFunc
(AK key, AV value)
template
_addSetFunc
(AddMode mode)
ref
static if
(
haveValues
)
ReturnType
!void
_addSetFunc
(
AK
AV
)
(
auto
ref
AK
key
,
auto
ref
AV
value
)
if
(
is
(
AK
:
K
) &&
is
(
AV
:
V
)
)
ReturnType
!
void
_addSetFunc
(AK key)
Members
Functions
_addSetFunc
ReturnType
!
void
_addSetFunc
(AK key, AV value)
Undocumented in source. Be warned that the author may not have intended to support it.
_addSetFunc
ReturnType
!
void
_addSetFunc
(AK key)
Undocumented in source. Be warned that the author may not have intended to support it.
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