Searched defs:many_till (Results 1 – 2 of 2) sorted by relevance
173 macro_rules! many_till( macro691 fn many_till() { in many_till() function
168 pub fn many_till<I, O, P, E, F, G>(f: F, g: G) -> impl Fn(I) -> IResult<I, (Vec<O>, P), E> in many_till() function