Function winnow::combinator::fold_repeat
source · pub fn fold_repeat<I, O, E, F, G, H, R>(
range: impl Into<Range>,
f: F,
init: H,
g: G
) -> impl Parser<I, R, E>
👎Deprecated since 0.5.36: Replaced with
repeat(...).fold(...)
Expand description
Deprecated, replaced with Repeat::fold