ManyMN<I, O> constructor

const ManyMN<I, O>(
  1. int m,
  2. int n,
  3. ParserBuilder<I, O> parser
)

Implementation

const ManyMN(this.m, this.n, this.parser);