jive v0.2.0 (2017-08-30T11:25:58Z)
Home
Dub
Repo
OrderedSet.add
jive
orderedset
OrderedSet
Add elements from a range to the set.
bool
add
(V value)
size_t
add
(Stuff data)
struct
OrderedSet
(V, alias _less = "a < b")
size_t
add
(
Stuff
)
(
Stuff
data
)
if
(
!
is
(
Stuff
:
V
) &&
isInputRange
!
Stuff
&&
is
(
ElementType
!
Stuff
:
V
)
)
Return Value
Type:
size_t
number of elements added
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)
Add elements from a range to the set.