bitvector-jvm-0.1.4 / net.onedaybeard.bitvector

Package net.onedaybeard.bitvector

Types

BitVector class BitVector : Iterable<Int>

Performance optimized bitset implementation. Certain operations are prefixed with unsafe; these methods perform no validation.

Extensions for External Classes

kotlin.Int

Properties

WORD_SIZE const val WORD_SIZE: Int

Functions

bitCount fun bitCount(bits: Int): Int
bitsOf fun bitsOf(vararg bits: Int): BitVector
leadingZeros fun leadingZeros(bits: Int): Int