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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: