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

Applies a parser one or more times.