Skip to content

Instantly share code, notes, and snippets.

@BasThomas
Last active April 23, 2018 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BasThomas/b824d95df3565f18d6a34b3f459aa0ae to your computer and use it in GitHub Desktop.
Save BasThomas/b824d95df3565f18d6a34b3f459aa0ae to your computer and use it in GitHub Desktop.
struct A: Hashable { }
struct B: Hashable { // error: type 'B' does not conform to protocol 'Hashable'
let aa: [A]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment