Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support tuples #130

Open
sindresorhus opened this issue Mar 10, 2023 · 0 comments
Open

Support tuples #130

sindresorhus opened this issue Mar 10, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@sindresorhus
Copy link
Owner

sindresorhus commented Mar 10, 2023

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.

@sindresorhus sindresorhus added enhancement New feature or request help wanted Extra attention is needed and removed help wanted Extra attention is needed labels Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant