ManyN<I, O> constructor

const ManyN<I, O>(
  1. int n,
  2. ParserBuilder<I, O> parser
)

Implementation

const ManyN(this.n, this.parser);