Type Definition Concat4
lite_parser::parser
type Concat4<P, P2, P3, P4> = Concat<P, Concat<P2, Concat<P3, P4>>>;