divrem

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