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

Swift doesn't support same-type requirements on generics #2

Open
beccadax opened this issue Nov 1, 2016 · 0 comments
Open

Swift doesn't support same-type requirements on generics #2

beccadax opened this issue Nov 1, 2016 · 0 comments

Comments

@beccadax
Copy link
Owner

beccadax commented Nov 1, 2016

Swift 3 doesn't allow you to put == constraints on extensions of generic types. A future version will, but until then, the workaround is to conform matching types to a protocol and then constrain the extension to match that protocol.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant