Module repetition

Module repetition 

Source
Expand description

Repetition combinators

Structs§

Repeat
A combinator to repeatedly parse/serialize the inner combinator C until the end of the buffer.
RepeatN
Combinator that repeats [C] combinator [self.1] times.
RepeatResult
Wrappers around Vec so that their View’s can be implemented as DeepView