Many1<I, O> constructor

const Many1<I, O>(
  1. ParserBuilder<I, O> parser
)

Implementation

const Many1(this.parser);