open fun add(value: T): T
open fun add(value: Long): T
open fun add(value: UInt64!): T
Returns a value that is (this + value).
(this + value)
value - UInt64!: The amount to be added to this value.
value
Return T: this + value
this + value