count_exprs

Macro count_exprs 

Source
macro_rules! count_exprs {
    () => { ... };
    ($head:expr $(, $tail:expr)* $(,)?) => { ... };
}
Expand description

Macro to count the number of expressions.