PickParserExtension<T> extension

on

Methods

pick(int index) Parser<T>
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.