PickParserExtension<R> extension
Methods
-
pick(int index)
→ Parser<R>
-
Available on Parser<List<R>>,
provided by the PickParserExtension extension
Returns a parser that transforms a successful parse result by returning
the element at index
of a list. A negative index can be used to access
the elements from the back of the list.