Created
September 7, 2019 03:01
-
-
Save el-hoshino/91f47c538d70c752c0c3a7bfdd5ff6c4 to your computer and use it in GitHub Desktop.
まじだ! #CodePiece #iosdc #b
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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