ByteLaws

object ByteLaws

Functions

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