Skip to content

Instantly share code, notes, and snippets.

@el-hoshino
Created June 12, 2017 09:16
Show Gist options
  • Save el-hoshino/97610f360aa00a834a03a84f42cfedbd to your computer and use it in GitHub Desktop.
Save el-hoshino/97610f360aa00a834a03a84f42cfedbd to your computer and use it in GitHub Desktop.
なんかすごい黒魔術みたいなのを発見したw #swift #CodePiece
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