jive v0.2.0 (2017-08-30T11:25:58Z)
Home
Dub
Repo
OrderedSet.opIn_r
jive
orderedset
OrderedSet
struct
OrderedSet
(V, alias _less = "a < b")
const
bool
opIn_r
(
T
)
(
auto
ref
const
(
T
)
value
)
if
(
is
(
typeof
(
less
(
T.init
,
V.init
)))
)
Return Value
Type:
bool
true if value is found in the set
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)