The real reason is generics don't work like the code sample above for arrays, 
instead they have a range type, possibly an enum as the first type and this 
would have to be ignored in any implementation in favor of `0 ..< a.len + b.len`

Reply via email to