SettableParser<R> constructor

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

Implementation

SettableParser(super.delegate);