fun ensureCapacity(bits: Int): Unit
Grows the backing array so that it can hold the requested bits. Mostly applicable when relying on the unsafe methods, including unsafeGet and unsafeClear.
unsafe
bits - number of bits to accomodate
bits