Tuple4ParserExt<E1, E2, E3, E4> extension

on

Methods

andThen<E5>(Parser<E5> p) Tuple5Parser<E1, E2, E3, E4, E5>
Creates the Tuple5Parser parser.