jive v0.2.0 (2017-08-30T11:25:58Z)
Home
Dub
Repo
Set.remove
jive
set
Set
Remove multiple elements from the set.
bool
remove
(const(T) value)
size_t
remove
(Stuff data)
struct
Set
(V)
size_t
remove
(
Stuff
)
(
Stuff
data
)
if
(
!
is
(
Stuff
:
V
) &&
isInputRange
!
Stuff
&&
is
(
ElementType
!
Stuff
:
V
)
)
Return Value
Type:
size_t
number of elements removed
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 multiple elements from the set.