Skip to main content

neg

Macro neg 

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