DynamicDenseSetFilter.capacity

Get current capacity in number of elements (bits). If growable is Growable.yes then capacity is variable, otherwise it's constant.

struct DynamicDenseSetFilter(E, Growable growable = Growable.yes, Copyable copyable = Copyable.no)
pure nothrow @safe @nogc @property pragma(inline, true) @property const
size_t
capacity
()

Meta