set

expect fun set(bitIndex: Int)
expect fun set(fromIndex: Int, toIndex: Int)
actual fun set(bitIndex: Int)
actual fun set(fromIndex: Int, toIndex: Int)