CastListParserExtension<T> extension

on

Methods

castList<R>() Parser<List<R>>
Returns a parser that casts itself to Parser<List<R>>. Assumes this parser to be of type Parser<List>.