checked_add

Macro checked_add 

Source
macro_rules! checked_add {
    ($a:expr, $b:expr) => { ... };
}
Expand description

const fn-friendly checked addition helper.