div

operator fun UBigLong.div(other: UInt): UBigLong(source)
operator fun UBigLong.div(other: ULong): UBigLong(source)
operator fun UInt.div(other: UBigLong): UBigLong(source)
operator fun ULong.div(other: UBigLong): UBigLong(source)
open operator override fun UBigLong.div(other: UBigLong): UBigLong(source)