Extensions
The following extensions are available globally.
-
Declaration
Swift
struct Int : SignedIntegerType, Comparable, Equatable
-
Declaration
Swift
struct Int8 : SignedIntegerType, Comparable, Equatable
-
Declaration
Swift
struct Int16 : SignedIntegerType, Comparable, Equatable
-
Declaration
Swift
struct Int32 : SignedIntegerType, Comparable, Equatable
-
Declaration
Swift
struct Int64 : SignedIntegerType, Comparable, Equatable
-
Declaration
Swift
struct UInt : UnsignedIntegerType, Comparable, Equatable
-
Declaration
Swift
struct UInt8 : UnsignedIntegerType, Comparable, Equatable
-
Declaration
Swift
struct UInt16 : UnsignedIntegerType, Comparable, Equatable
-
Declaration
Swift
struct UInt32 : UnsignedIntegerType, Comparable, Equatable
-
Declaration
Swift
struct UInt64 : UnsignedIntegerType, Comparable, Equatable