PermuteParserExtension<R> extension
Methods
-
permute(
List< int> indexes) → Parser<List< R> > -
Available on Parser<
Returns a parser that transforms a successful parse result by returning the permuted elements atList< , provided by the PermuteParserExtension extensionR> >indexes
of a list. Negative indexes can be used to access the elements from the back of the list.