macro_rules! flat_take {
($i:expr, $len:expr, $f:ident) => { ... };
($i:expr, $len:expr, $submac:ident!( $($args:tt)*)) => { ... };
}
Expand description
Combination and flat_map! and take! as first combinator
macro_rules! flat_take {
($i:expr, $len:expr, $f:ident) => { ... };
($i:expr, $len:expr, $submac:ident!( $($args:tt)*)) => { ... };
}
Combination and flat_map! and take! as first combinator