Concatenate two shapes
type Combined = Concat<[2, 3], [4, 5]> // [2, 3, 4, 5] Copy
type Combined = Concat<[2, 3], [4, 5]> // [2, 3, 4, 5]
Concatenate two shapes