pub fn between<T, P>(lo: usize, hi: usize, pattern: P) -> Repetition<P>where
P: Pattern<T>,Expand description
Returns a new pattern that matches between lo and hi repetitions of pattern.
Both bounds are inclusive.
pub fn between<T, P>(lo: usize, hi: usize, pattern: P) -> Repetition<P>where
P: Pattern<T>,Returns a new pattern that matches between lo and hi repetitions of pattern.
Both bounds are inclusive.