const_expr_count

Macro const_expr_count 

Source
macro_rules! const_expr_count {
    () => { ... };
    ($e:expr) => { ... };
    ($e:expr; $($other_e:expr);*) => { ... };
    ($e:expr; $($other_e:expr);* ; ) => { ... };
}