Creates a ParserInput from a Collection, converting it to a List internally.
the token sequence to parse.
an arbitrary value made available to parsers throughout the parse without being consumed. Use Unit when no context is required.
the starting position within input; defaults to 0.
0