BitArray.reserve

make sure this structure can contain given number of elements without further allocs

struct BitArray
@nogc nothrow pure @safe @trusted
void
reserve
(
size_t newCap
,
bool overEstimate = false
)

Meta