sequenceOf
Accepts multiple parsers, which must all match successfully in the given order otherwise it fails.
Available since: v1.0.0-alpha.1
Type declaration
Example
In this example we are going to parse the string "Hello"
followed by the string "World"
.
The result
of the parser above will be: