[swift-evolution] [swift-evolution-announce] [Review] SE-0089: Replace protocol<P1, P2> syntax with Any<P1, P2>
Thorsten Seitz
tseitz42 at icloud.com
Sat Jun 11 16:08:05 CDT 2016
Am 11.06.2016 um 14:48 schrieb Brent Royal-Gordon <brent at architechies.com>:
>> Functions and tuples are structural types, although it is probably possible to make tuples syntactic sugar for a Tuple type of we get the necessary variadic generics support.
>
> The design the variadic generics thread seems to have preliminarily settled on is based on representing variadic generics as tuples, so I imagine we would hit some issues with circularity!
Maybe we should look how Ceylon solves these issues then as they have variadic tuples, too.
-Thorsten
More information about the swift-evolution
mailing list