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

type Concat3<P, P2, P3> = Concat<P, Concat<P2, P3>>;