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