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