IntegerWrapping
public protocol IntegerWrapping : Comparable, ExpressibleByIntegerLiteral, Hashable
Undocumented
-
Undocumented
Declaration
Swift
var value: Int { get }
-
Undocumented
Declaration
Swift
init(integerLiteral: Int)
-
==(_:
Extension method_: ) Declaration
Swift
public static func == (lhs: Self, rhs: Self) -> Bool
-
<(_:
Extension method_: ) Declaration
Swift
public static func < (lhs: Self, rhs: Self) -> Bool
-
hash(into:
Extension method) Declaration
Swift
public func hash(into hasher: inout Hasher)