divrem

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

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