macro_rules! collection_count_args {
() => { ... };
($x:expr) => { ... };
($head:expr, $($tail:expr),+) => { ... };
}macro_rules! collection_count_args {
() => { ... };
($x:expr) => { ... };
($head:expr, $($tail:expr),+) => { ... };
}