Type Alias ConcatArray

Source
pub type ConcatArray<Lhs, Rhs> = Concat<Lhs, Rhs>;
๐Ÿ‘ŽDeprecated: Use dsl::Concat instead

Aliased Typeยง

struct ConcatArray<Lhs, Rhs>(/* private fields */);