kotlin.Byte.rem

rem

operator fun rem(other: Byte): Int

Platform and version requirements: Kotlin 1.1

operator fun rem(other: Short): Int

Platform and version requirements: Kotlin 1.1

operator fun rem(other: Int): Int

Platform and version requirements: Kotlin 1.1

operator fun rem(other: Long): Long

Platform and version requirements: Kotlin 1.1

operator fun rem(other