kotlin-stdlib
Common
kotlin-stdlib
/
kotlin
/
UInt
/
plus
plus
inline operator
fun
plus
(
other
:
UByte
)
:
UInt
(
source
)
inline operator
fun
plus
(
other
:
UShort
)
:
UInt
(
source
)
inline operator
fun
plus
(
other
:
UInt
)
:
UInt
(
source
)
inline operator
fun
plus
(
other
:
ULong
)
:
ULong
(
source
)
Adds the other value to this value.