divrem

open infix override fun Byte.divrem(other: Byte): EuclideanDivisionResult<Byte>(source)

Returns result of Euclidean division (a.k.a. a division with remainder), both quotient and remainder.