DoubleWrapping
public protocol DoubleWrapping:
ExpressibleByFloatLiteral,
ExpressibleByIntegerLiteral,
Hashable,
Comparable
Undocumented
-
Undocumented
Declaration
Swift
init(floatLiteral: Double)
-
Undocumented
Declaration
Swift
init(integerLiteral: Int)
-
Undocumented
Declaration
Swift
var value: Double { get set }
-
init(_:
Default implementation) Undocumented
Default Implementation
Undocumented
Declaration
Swift
init(_ double: Double)
-
hash(into:
Extension method) Declaration
Swift
public func hash(into hasher: inout Hasher)