BitArray.dim

Gets the length of a uint array large enough to hold all stored bits.

struct BitArray
size_t
dim
()

Return Value

Type: size_t

The size a uint array would have to be to store this array.

Meta