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