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