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.

Since Kotlin

1.5