cp-library-kt
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
cp-library-kt
cp-library-kt
/
lib.mod
/
ModInt
/
minus
minus
operator
fun
minus
(
other
:
ModInt
)
:
ModInt
(
source
)
operator
fun
minus
(
other
:
Int
)
:
ModInt
(
source
)
operator
fun
minus
(
other
:
Long
)
:
ModInt
(
source
)
operator
fun
Int
.
minus
(
other
:
ModInt
)
:
ModInt
(
source
)
operator
fun
Long
.
minus
(
other
:
ModInt
)
:
ModInt
(
source
)