Memoize<I, O> constructor

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

Implementation

const Memoize(this.parser);