macro_rules! tup_count {
    () => { ... };
    ($x0:ident $(, $y:ident)*) => { ... };
}
Expand description

Helper macro for counting size of a tuple.