Not<I, O> constructor

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

Implementation

const Not(this.p);