SkipParserExtension<R> extension

on

Methods

skip({Parser<void>? before, Parser<void>? after}) Parser<R>
Returns a parser that consumes input before and after the receiver, but discards the parse results of before and after and only returns the result of the receiver.