You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: