Function winnow::combinator::repeat_till0

source ·
pub fn repeat_till0<I, O, C, P, E, F, G>(
    f: F,
    g: G
) -> impl Parser<I, (C, P), E>
where I: Stream, C: Accumulate<O>, F: Parser<I, O, E>, G: Parser<I, P, E>, E: ParserError<I>,
👎Deprecated since 0.5.35: Replaced with repeat_till
Expand description

Deprecated, replaced with repeat_till