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