BitSet

fun BitSet(length: Int, initializer: (Int) -> Boolean)

Creates a bit set of given length filling elements using initializer


fun BitSet(size: Int = ELEMENT_SIZE)

creates an empty bit set with the specified size

Parameters

size

the size of one element in the array used to store bits.