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