Compound sequences would be nice, yes.
func concat<T…, U…>(_ ts: (T…), _ us: (U…)) -> (T…, U…) { /**/ }
Unfortunately a little too advanced for the first go.
Compound sequences would be nice, yes.
func concat<T…, U…>(_ ts: (T…), _ us: (U…)) -> (T…, U…) { /**/ }
Unfortunately a little too advanced for the first go.