dplug v6.0.22
Dub
Repo
Map.remove
dplug
core
map
Map
Removes an element from the container. Returns:
true
if the removal took place.
struct
Map
(K, V, alias less = "a < b", bool allowDuplicates = false)
nothrow @
nogc
bool
remove
(
K
key
)
Meta
Source
See Implementation
dplug
core
map
Map
functions
byGivenKey
byKey
byKeyValue
byValue
clearContents
contains
empty
insert
length
opBinaryRight
opIndex
opIndexAssign
remove
Removes an element from the container. Returns: true if the removal took place.