pub fn many<A, I: Clone>(parser: impl Parser<A, I>) -> impl Parser<Vec<A>, I>
Expand description

Applies a parser zero or more times.