Make a parser that expects exactly n sequential matches of the same parser.
n
A nonmatch is returned if there are not enough matches.
Use takeMinMax if the number of matches is defined by a range.
A parser.
Number of matches to take.
Make a parser that expects exactly
n
sequential matches of the same parser.A nonmatch is returned if there are not enough matches.
Use takeMinMax if the number of matches is defined by a range.