Silent<I, O> constructor

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

Implementation

const Silent(this.parser);