manuelmauro/algonaut

Consider adding checked arithmetic operations to `MicroAlgos`

ivnsch opened this issue · 0 comments

It would be handy to have MicroAlgos implement checked arithmetic operations. Currently this requires to unwrap the underlaying u64.

More context: #135