PermuteParserExtension<R> extension

on

Methods

permute(List<int> indexes) Parser<List<R>>
Returns a parser that transforms a successful parse result by returning the permuted elements at indexes of a list. Negative indexes can be used to access the elements from the back of the list.