dmd ~master (2023-11-01T14:17:50Z)
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 @
trusted
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.