divrem

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

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