jive ~master (2017-09-19T14:40:24Z)
Home
Dub
Repo
OrderedSet.findNode
jive
orderedset
OrderedSet
private helper, null if not found
struct
OrderedSet
(V, alias _less = "a < b")
inout
inout
(
Node
)*
findNode
(
T
)
(
auto
ref
const
(
T
)
value
)
if
(
is
(
typeof
(
less
(
T.init
,
V.init
)))
)
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)
private helper, null if not found