Function parsed::parser::times[][src]

pub fn times<T: 'static>(
    count: usize,
    this: impl Matcher<T>
) -> impl Matcher<Vec<T>>