Make a parser that returns a Match without consuming input in case the inner parser didn't match and a NonMatch in case the inner parser matched.
A parser.
Generated using TypeDoc
Make a parser that returns a Match without consuming input in case the inner parser didn't match and a NonMatch in case the inner parser matched.