open fun add(value: T): T (source)
Overrides UInt256Value.add
open fun add(value: Long): T (source)
Overrides UInt256Value.add
open fun add(value: UInt256): T (source)
Returns a value that is (this + value).
value - The amount to be added to this value.
Return
this + value