Opt<I, O> constructor

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

Implementation

const Opt(this.p);