plus

open operator override fun Rational.plus(other: Int): Rational(source)
open operator override fun Rational.plus(other: UInt): Rational(source)
open operator override fun Rational.plus(other: Long): Rational(source)
open operator override fun Rational.plus(other: ULong): Rational(source)
open operator override fun Int.plus(other: Rational): Rational(source)
open operator override fun UInt.plus(other: Rational): Rational(source)
open operator override fun Long.plus(other: Rational): Rational(source)
open operator override fun ULong.plus(other: Rational): Rational(source)
open operator override fun Rational.plus(other: Rational): Rational(source)