jive v0.2.0 (2017-08-30T11:25:58Z)
Home
Dub
Repo
Set.remove
jive
set
Set
Remove an element from the set.
bool
remove
(const(T) value)
struct
Set
(V)
bool
remove
(
T
)
(
auto
ref
const
(
T
)
value
)
if
(
is
(
typeof
(
T.init
==
V.init
))
)
size_t
remove
(Stuff data)
Return Value
Type:
bool
true if removed, false if not found
Meta
Source
See Implementation
jive
set
Set
aliases
ConstRange
ImmutableRange
Range
constructors
this
functions
add
empty
find
findNode
length
opIn_r
opSlice
remove
reserve
postblits
this(this)
Remove an element from the set.