Skip to main content

args

Macro args 

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