rem

Common
JVM
JS
Native
1.0
operator fun rem(other: UByte): ULong
operator fun rem(other: UShort): ULong
operator fun rem(other: UInt): ULong
operator fun rem(other: ULong): ULong

Calculates the remainder of dividing this value by the other value.