Skip to main content

neg

Macro neg 

Source
macro_rules! neg {
    ($a:expr) => { ... };
    ($a:expr, $msg:expr) => { ... };
}