plus

inline operator fun plus(other: UByte): UInt
inline operator fun plus(other: UShort): UInt
inline operator fun plus(other: UInt): UInt
inline operator fun plus(other: ULong): ULong

Adds the other value to this value.