plus

operator fun plus(other: ModInt): ModInt(source)
operator fun plus(other: Int): ModInt(source)
operator fun plus(other: Long): ModInt(source)
operator fun Int.plus(other: ModInt): ModInt(source)
operator fun Long.plus(other: ModInt): ModInt(source)