Skip to content

Instantly share code, notes, and snippets.

@el-hoshino
Created September 7, 2019 03:01
Show Gist options
  • Save el-hoshino/91f47c538d70c752c0c3a7bfdd5ff6c4 to your computer and use it in GitHub Desktop.
Save el-hoshino/91f47c538d70c752c0c3a7bfdd5ff6c4 to your computer and use it in GitHub Desktop.
まじだ! #CodePiece #iosdc #b
let a: Int = 1
let b: Double = 1
let aa: AnyHashable = a
let ab: AnyHashable = b
aa == ab // true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment