Many0<I, O> constructor

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

Implementation

const Many0(this.parser);