CastParserExtension<R> extension
- on
-
- Parser<
R>
- Parser<
Methods
-
cast<
S> () → Parser< S> -
Available on Parser<
Returns a parser that casts itself toR> , provided by the CastParserExtension extensionParser<R>
.