Macro positive_mod

Source
macro_rules! positive_mod {
    ($ex: expr, $num: expr) => { ... };
}
Expand description

Mod into positive, i.e. -1 % 16 == 15