RecordOfParsersExtension2<R1, R2> extension
Methods
-
toSequenceParser(
) → Parser< (R1, R2)> -
Available on (Parser<
Converts a Record of 2 positional parsers to a Parser that runs the parsers in sequence and returns a Record with 2 positional parse results.R1> , Parser<R2> ), provided by the RecordOfParsersExtension2 extension