Searched refs:_clap_count_exprs (Results 1 – 1 of 1) sorted by relevance
264 macro_rules! _clap_count_exprs { macro267 ($e:expr, $($es:expr),+) => { 1 + $crate::_clap_count_exprs!($($es),*) };351 pub fn variants() -> [&'static str; $crate::_clap_count_exprs!($(stringify!($v)),+)] {