jive v0.2.0 (2017-08-30T11:25:58Z)
Home
Dub
Repo
OrderedSet.remove
jive
orderedset
OrderedSet
Remove an element from the set.
bool
remove
(const(T) v)
struct
OrderedSet
(V, alias _less = "a < b")
bool
remove
(
T
)
(
auto
ref
const
(
T
)
v
)
if
(
is
(
typeof
(
less
(
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
orderedset
OrderedSet
aliases
ConstRange
ImmutableRange
Node
Range
less
opSlice
constructors
this
functions
add
empty
find
findApprox
findNode
length
opIn_r
range
remove
postblits
this(this)
Remove an element from the set.