flat_combine_len

Macro flat_combine_len 

Source
macro_rules! flat_combine_len {
    (<$t:ty>) => { ... };
    (<$t:ty> <$e:expr, $le:ident, $re:ident> $(, $($tt:tt)*)?) => { ... };
    (<$t:ty> $e:expr $(, $($tt:tt)*)?) => { ... };
}