jive v0.2.0 (2017-08-30T11:25:58Z)
Home
Dub
Repo
Set.find
jive
set
Set
struct
Set
(V)
inout
inout
(
V
)*
find
(
T
)
(
auto
ref
const
(
T
)
value
)
if
(
is
(
typeof
(
T.init
==
V.init
))
)
Return Value
Type:
inout
(
V
)*
pointer to value inside set, null if not found
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)