plus

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

Adds the other value to this value.