I suggest moving this discussion over to the dedicated thread on variadic generics ABI to keep this thread focused on syntax. Thanks!
Short answer
No, specialization of generic code is just an optimization in Swift; generally, generic code is separately compiled, and substitution happens at runtime.