Created
June 12, 2017 09:16
-
-
Save el-hoshino/97610f360aa00a834a03a84f42cfedbd to your computer and use it in GitHub Desktop.
なんかすごい黒魔術みたいなのを発見したw #swift #CodePiece
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
extension Int { | |
static func `init`(float: Float) -> Float { | |
return float | |
} | |
} | |
let float = Int(float: 3.14) | |
print(float) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment