and function

AndParser and(
  1. Parser p
)

Creates the AndParser parser.

Implementation

AndParser and(Parser p) => AndParser(p);