wharfkit / antelope

Core types, client interfaces, and other tools for working with Antelope-based blockchains.
Other
42 stars 23 forks source link

Add simple mutating functions to integer types #6

Closed jnordberg closed 3 years ago

jnordberg commented 3 years ago

Something like UInt32.from(1).assign(10) == 10 and UInt32.from(1).add(10) == 11