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