DelegateParser<R, S> constructor

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

Implementation

DelegateParser(this.delegate);