phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
DenseSetFilter.insert
nxt
filters
DenseSetFilter
Insert element
e
.
struct
DenseSetFilter
(E, Growable growable = Growable.yes, Copyable copyable = Copyable.no)
@
safe
pure nothrow @
nogc
@
property
@
trusted
bool
insert
()
(
in
E
e
)
if
(
isDenseSetFilterable
!
E
)
Return Value
Type:
bool
precense status of element before insertion.
Meta
Source
See Implementation
nxt
filters
DenseSetFilter
constructors
this
functions
capacity
clear
complement
contains
dup
insert
opBinary
opBinaryRight
remove
manifest constants
elementMaxCount
static functions
withInferredLength
Insert element e.