divrem

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

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