urem

infix fun Byte.urem(b: Byte): Byte
infix fun Byte.urem(b: Short): Byte
infix fun Byte.urem(b: Int): Byte
infix fun Byte.urem(b: Long): Byte
infix fun Byte.urem(b: Ubyte): Byte
infix fun Byte.urem(b: Ushort): Byte
infix fun Byte.urem(b: Uint): Byte
infix fun Byte.urem(b: Ulong): Byte
infix fun Int.urem(b: Byte): Int
infix fun Int.urem(b: Short): Int
infix fun Int.urem(b: Int): Int
infix fun Int.urem(b: Long): Int
infix fun Int.urem(b: Ubyte): Int
infix fun Int.urem(b: Ushort): Int
infix fun Int.urem(b: Uint): Int
infix fun Int.urem(b: Ulong): Int
infix fun Long.urem(b: Byte): Long
infix fun Long.urem(b: Short): Long
infix fun Long.urem(b: Int): Long
infix fun Long.urem(b: Long): Long
infix fun Long.urem(b: Ubyte): Long
infix fun Long.urem(b: Ushort): Long
infix fun Long.urem(b: Uint): Long
infix fun Long.urem(b: Ulong): Long
infix fun Short.urem(b: Byte): Short
infix fun Short.urem(b: Short): Short
infix fun Short.urem(b: Int): Short
infix fun Short.urem(b: Long): Short
infix fun Short.urem(b: Ubyte): Short
infix fun Short.urem(b: Ushort): Short
infix fun Short.urem(b: Uint): Short
infix fun Short.urem(b: Ulong): Short