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