Apply parser of key-value pairs (2-tuples) for minTimes times or more up to maxTimes, construct an AA out of the results of parsing.
Try each of provided parsers until one succeeds.
Apply parser for minTimes times or more and return array of results.
Parse a sequence of item delimited by del
Try to apply parser, produce null on failure.
Apply parser for minTimes times or more and return consumed range.
Apply multiple parsers one after another as a sequence.
Skip whitespace at front then apply the parser.
Apply parser, discard the value and instead produce the slice of parsed stream.
Apply parser for minTimes times or more and encode results to an UTF string.
Apply a mapping function to the value of parser.