plus

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

Adds the other value to this value.

Since Kotlin

1.5