kotlin.Long.rem
rem
operator fun rem(other: Byte): Long
Platform and version requirements: Kotlin 1.1
operator fun rem(other: Short): Long
Platform and version requirements: Kotlin 1.1
operator fun rem(other: Int): Long
Platform and version requirements: Kotlin 1.1
operator fun rem(other: Long): Long
Platform and version requirements: Kotlin 1.1
operator fun rem(ot