divrem

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

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