BitArray.dim

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

struct BitArray
@property const const pure
dim
()

Return Value

Type: size_t

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

Meta