Skip to content

Instantly share code, notes, and snippets.

@Nadohs
Created August 17, 2015 00:09
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 Nadohs/d2bbd7a070f0b98fb68f to your computer and use it in GitHub Desktop.
Save Nadohs/d2bbd7a070f0b98fb68f to your computer and use it in GitHub Desktop.
Int Casting-Initializers
extension Int {
/// Construct an instance that approximates `other`.
public init(_ other: Float)
/// Construct an instance that approximates `other`.
public init(_ other: Double)
/// Construct an instance that approximates `other`.
public init(_ other: Float80)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment