Optional<I, O> constructor

Optional<I, O>(
  1. Parser<I, O> p
)

Implementation

Optional(this.p) {
  label = '${Parser.quote(p)}?';
}