mango-v4/lib/checked_math/src
Christian Kamm 449fe4dc6d Add checked_math library for convenient overflow checking
Instead of
    x.checked_add(y).ok_or(error!(MangoError::MathError))?
we can write
    cm!(x + y)
2022-03-13 15:45:50 +01:00
..
transform Add checked_math library for convenient overflow checking 2022-03-13 15:45:50 +01:00
lib.rs Add checked_math library for convenient overflow checking 2022-03-13 15:45:50 +01:00