Companion

object Companion

Functions

closestGreaterPowerOf2
Link copied to clipboard
common
fun closestGreaterPowerOf2(n: Int): Int
nPowersOf2
Link copied to clipboard
common
fun nPowersOf2(n: Int): List<Int>

Properties

powersOf2
Link copied to clipboard
common
val powersOf2: List<Int>