kotlin-stdlib
Common
kotlin-stdlib
/
kotlin
/
ULong
/
minus
minus
inline operator
fun
minus
(
other
:
UByte
)
:
ULong
(
source
)
inline operator
fun
minus
(
other
:
UShort
)
:
ULong
(
source
)
inline operator
fun
minus
(
other
:
UInt
)
:
ULong
(
source
)
inline operator
fun
minus
(
other
:
ULong
)
:
ULong
(
source
)
Subtracts the other value from this value.