Skip to main content

checked

Macro checked 

Source
macro_rules! checked {
    ($($input:tt)+) => { ... };
}
Expand description

Checked arithmetic expression. Returns a Result<R, Error::Arithmetic>