The type of the values in the list.
The delimiter used to split the string into individual values.
The function 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 parser function takes a string and returns an array of typed values.