Alt<I, O> constructor

const Alt<I, O>(
  1. List<ParserBuilder<I, O>> parsers
)

Implementation

const Alt(this.parsers);