DenseSetFilter.capacity

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

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

Meta