> What about calling a framework variadic function that I could not re-declare?
> like print
That’s a good question — in „regular“ frameworks, variadic functions as we have 
them now wouldn’t exist anymore, but C is a different story…
My expectation (without deep knowledge of the compatibility-layer) is that it 
isn't hard to solve this; after all, it’s basically just a small change in 
syntax (although afair, T… is a special case in the type system).

_______________________________________________
swift-evolution mailing list
swift-evolution@swift.org
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to