sub

Macro sub 

Source
macro_rules! sub {
    ($value1:expr, $value2:expr) => { ... };
}
Expand description

Subtract two integers using wrapping