remainderUnsigned

infix fun Int.remainderUnsigned(divisor: Int): Int
infix fun Long.remainderUnsigned(divisor: Long): Long