ManyN<I, O> constructor
const
ManyN<I, O> (
- int n,
- ParserBuilder<
I, O> parser
Implementation
const ManyN(this.n, this.parser);
const ManyN(this.n, this.parser);