many<E> function

ManyParser<E> many<E>(
  1. Parser<E> p
)

Implementation

ManyParser<E> many<E>(Parser<E> p) => ManyParser(p);