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
/
times
times
operator
fun
times
(
other
:
ModInt
)
:
ModInt
(
source
)
operator
fun
times
(
other
:
Int
)
:
ModInt
(
source
)
operator
fun
times
(
other
:
Long
)
:
ModInt
(
source
)
operator
fun
Int
.
times
(
other
:
ModInt
)
:
ModInt
(
source
)
operator
fun
Long
.
times
(
other
:
ModInt
)
:
ModInt
(
source
)