CastListParser<R, S> constructor

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

Implementation

CastListParser(super.delegate);