The type of the values in the list.
The delimiter used to split the string into individual values.
An array of functions used to parse each individual value in the string.
A function that takes a delimited string and returns an array of typed values.
Generated using TypeDoc
Creates a parser function that parses a delimited string into a list of typed values. The parsers array corresponds to the ordering of the expected input values.