Companion

object Companion

Properties

Link copied to clipboard

The maximum numBits supported.

Functions

Link copied to clipboard
fun bits2words(numBits: Long): Int

Returns the number of 64 bit words it would take to hold numBits

Link copied to clipboard

If the given LongBitSet is large enough to hold numBits+1, returns the given bits, otherwise returns a new LongBitSet which can hold the requested number of bits.