macro_rules! count {
    () => { ... };
    ($head:ident $($tail:ident)*) => { ... };
}
Expand description

Return size of tuple