AndParser<R> constructor

AndParser<R>(
  1. Parser<R> delegate
)

Implementation

AndParser(super.delegate);