divrem

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

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