Peek<I, O> constructor

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

Implementation

const Peek(this.parser);