wiwi::parser::stateless

Function repeat

Source
pub fn repeat<P, I, O, E>(parser: P, count: usize) -> Repeat<P, I, O, E>
where I: Clone + Input, P: Parser<I, O, E>,