arg

Macro arg 

Source
macro_rules! arg {
    ($h:expr => bool) => { ... };
    ($h:expr => f64) => { ... };
}