LongLaws

object LongLaws

Functions

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