phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
DynamicDenseSetFilter.contains
nxt
filters
DynamicDenseSetFilter
Check if element
e
is stored/contained.
struct
DynamicDenseSetFilter
(E, Growable growable = Growable.yes, Copyable copyable = Copyable.no)
@
safe
pure nothrow @
nogc
@
property
@
trusted
const
bool
contains
()
(
in
E
e
)
if
(
isDynamicDenseSetFilterable
!
E
)
Meta
Source
See Implementation
nxt
filters
DynamicDenseSetFilter
aliases
ElementType
put
constructors
this
destructors
~this
functions
clear
dup
manifest constants
elementMaxCount
postblits
this(this)
properties
capacity
complement
contains
insert
opBinary
opBinaryRight
remove
static functions
withInferredLength
Check if element e is stored/contained.