macro_rules! checked {
($($input:tt)+) => { ... };
}Expand description
Checked arithmetic expression. Returns a Result<R, Error::Arithmetic>
macro_rules! checked {
($($input:tt)+) => { ... };
}Checked arithmetic expression. Returns a Result<R, Error::Arithmetic>