kotlin-stdlib / kotlin.native / BitSet / <init> <init> Native 1.3 BitSet(length: Int, initializer: (Int) -> Boolean) Creates a bit set of given length filling elements using initializer Native 1.3 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. Constructor creates an empty bit set with the specified size