Peek<I, O> constructor

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

Implementation

const Peek(this.p);