449fe4dc6d
Instead of x.checked_add(y).ok_or(error!(MangoError::MathError))? we can write cm!(x + y) |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE | ||
README.md |
README.md
Source
This is a modified version of overflow
from https://github.com/rylev/overflow/
originally by Ryan Levick. See LICENSE.