phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
DenseSetFilter.elementMaxCount
nxt
filters
DenseSetFilter
Maximum number of elements in filter.
struct
DenseSetFilter
(E, Growable growable = Growable.yes, Copyable copyable = Copyable.no)
@
safe
pure nothrow @
nogc
static if
(
growable == Growable.no
)
enum
elementMaxCount
=
cast
(
size_t
)
E.max
+
1
;
Meta
Source
See Source File
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
Maximum number of elements in filter.