phobos-next v0.3.7 (2020-07-28T23:34:39Z)
Home
Dub
Repo
DenseSetFilter.withInferredLength
nxt
filters
DenseSetFilter
Construct from inferred capacity and length
elementMaxCount
.
struct
DenseSetFilter
(E, Growable growable = Growable.yes, Copyable copyable = Copyable.no)
@
safe
pure nothrow @
nogc
static
static if
(
growable == Growable.no
)
typeof
(this)
withInferredLength
(
)
if
(
isDenseSetFilterable
!
E
)
Meta
Source
See Implementation
nxt
filters
DenseSetFilter
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.