NewType
public protocol NewType
Undocumented
-
==(_:
Extension method_: ) Undocumented
Declaration
Swift
public static func == (lhs: Self, rhs: Self) -> Bool
-
hash(into:
Extension method) Undocumented
Declaration
Swift
public func hash(into hasher: inout Hasher)
-
<(_:
Extension method_: ) Undocumented
Declaration
Swift
public static func < (lhs: Self, rhs: Self) -> Bool
-
init(integerLiteral:
Extension method) Undocumented
Declaration
Swift
public init(integerLiteral value: Value.IntegerLiteralType)
-
init(floatLiteral:
Extension method) Undocumented
Declaration
Swift
public init(floatLiteral value: Value.FloatLiteralType)
-
init(arrayLiteral:
Extension method) Undocumented
Declaration
Swift
public init(arrayLiteral values: Value.ArrayLiteralElement...)
-
magnitude
Extension methodUndocumented
Declaration
Swift
public var magnitude: Value.Magnitude { get }
-
+(_:
Extension method_: ) Undocumented
Declaration
Swift
public static func + (lhs: Self, rhs: Self) -> Self
-
+=(_:
Extension method_: ) Undocumented
Declaration
Swift
public static func += (lhs: inout Self, rhs: Self)
-
-(_:
Extension method_: ) Undocumented
Declaration
Swift
public static func - (lhs: Self, rhs: Self) -> Self
-
-=(_:
Extension method_: ) Undocumented
Declaration
Swift
public static func -= (lhs: inout Self, rhs: Self)
-
*(_:
Extension method_: ) Undocumented
Declaration
Swift
public static func * (lhs: Self, rhs: Self) -> Self
-
*=(_:
Extension method_: ) Undocumented
Declaration
Swift
public static func *= (lhs: inout Self, rhs: Self)
-
init(exactly:
Extension method) Undocumented
Declaration
Swift
public init?<T>(exactly source: T) where T : BinaryInteger