inline fun forEachBit(f: (Int) -> Unit): Unit
Enumerates over all true bits sequeneially. This function performs better than forEach and any other functions from Iterable<Int>.
true
Iterable<Int>