ddc ~master (2020-05-01T11:40:35Z)
Dub
Repo
AArray.del
dmd
backend
aarray
AArray
Delete key entry in aa[]. If key is not in aa[], do nothing.
struct
AArray
(TKey, Value)
nothrow
void
del
(
Key
*
pkey
)
Meta
Source
See Implementation
dmd
backend
aarray
AArray
functions
apply
del
destroy
get
isIn
keys
length
rehash
values
Delete key entry in aa[]. If key is not in aa[], do nothing.