IntLaws

object IntLaws

Functions

Link copied to clipboard
inline fun Int.countLeadingZeroBitsLaw(): Int
Link copied to clipboard
inline fun Int.countOneBitsLaw(): Int
Link copied to clipboard
inline fun Int.countTrailingZeroBitsLaw(): Int
Link copied to clipboard
inline fun Int.divLaw(other: Int): Int
inline fun Int.divLaw(other: Long): Long