kotlin-stdlib / kotlin / UByte / plus plus Common JVM JS Native 1.0 operator fun plus(other: UByte): UInt operator fun plus(other: UShort): UInt operator fun plus(other: UInt): UInt operator fun plus(other: ULong): ULong Adds the other value to this value.