SmartChoiceEx<I, O> constructor

const SmartChoiceEx<I, O>(
  1. Expr<int?> peek,
  2. List<ParserBuilder<I, O>> ps
)

Implementation

const SmartChoiceEx(this.peek, this.ps);