Choice<I, O> constructor

const Choice<I, O>(
  1. List<ParserBuilder<I, O>> ps
)

Implementation

const Choice(this.ps);