pub type ConcatArray<Lhs, Rhs> = Concat<Lhs, Rhs>;
dsl::Concat
struct ConcatArray<Lhs, Rhs>(/* private fields */);