Many<I, O> constructor

const Many<I, O>(
  1. ParserBuilder<I, O> p
)

Implementation

const Many(this.p);