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

type Concat5<P, P2, P3, P4, P5> = Concat<P, Concat<P2, Concat<P3, Concat<P4, P5>>>>;