divrem

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

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