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