phobos-next v0.5.1 (2022-12-21T17:07:30Z)
Home
Dub
Repo
DynamicDenseSetFilter.this
nxt
filters
DynamicDenseSetFilter
Construct set to store E-values in the range
[0 .. length[
.
struct
DynamicDenseSetFilter
(E, Growable growable = Growable.yes, Copyable copyable = Copyable.no)
@
safe
pure nothrow @
nogc
@
trusted
this
(
in
size_t
length
)
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
Construct set to store E-values in the range [0 .. length[.