phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
DynamicDenseSetFilter.withInferredLength
nxt
filters
DynamicDenseSetFilter
Construct from inferred capacity and length
elementMaxCount
.
struct
DynamicDenseSetFilter
(E, Growable growable = Growable.yes, Copyable copyable = Copyable.no)
pure nothrow @
safe
@
nogc
static
static if
(
growable == Growable.no
)
typeof
(this)
withInferredLength
(
)
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 from inferred capacity and length elementMaxCount.