Choice2<I, O> constructor
const
Choice2<I, O> (
- ParserBuilder<
I, O> p1, - ParserBuilder<
I, O> p2
Implementation
const Choice2(this.p1, this.p2);