And<I, O> constructor

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

Implementation

const And(this.p);