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