[][src]Type Definition lite_parser::parser::Concat4

type Concat4<P, P2, P3, P4> = Concat<P, Concat<P2, Concat<P3, P4>>>;