Many1<I, O> constructor

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

Implementation

const Many1(this.p);