bitsPerValue

open override val bitsPerValue: Int

Return

the number of bits used to store any given value. Note: This does not imply that memory usage is bitsPerValue * #values as implementations are free to use non-space-optimal packing of bits.