wordCountOfBitCount

@safe static @safe pure nothrow @nogc
size_t
wordCountOfBitCount
(
size_t bitCount
)

Return Value

Type: size_t

number of words (size_t) needed to represent bitCount bits.

Meta