-
-
Notifications
You must be signed in to change notification settings - Fork 160
Support tuples #130
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
It would be useful to be able to store a tuple with element of any of the supported types. The tuples would simply be stored as array, so we could just reuse the array bridge.
This will not be possible until Swift has variadic generics and we can conform tuples to protocols.