phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
DenseSetFilter.contains
nxt
filters
DenseSetFilter
Check if element
e
is stored/contained.
bool
contains
(E e)
struct
DenseSetFilter
(E, Growable growable = Growable.yes, Copyable copyable = Copyable.no)
@
safe
pure nothrow @
nogc
@
property
@
trusted
const
bool
contains
()
(
in
E
e
)
if
(
isDenseSetFilterable
!
E
)
bool
opBinaryRight
(E e)
typeof
(
this
)
opBinary
(typeof(this) e)
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
Check if element e is stored/contained.