Opt<I, O> constructor

const Opt<I, O>(
  1. ParserBuilder<I, O> parser
)

Implementation

const Opt(this.parser);