CastParser<R, S> constructor

CastParser<R, S>(
  1. Parser<R> delegate
)

Implementation

CastParser(super.delegate);