Extensions
The following extensions are available globally.
-
Declaration
Swift
struct Bool
-
Declaration
Swift
struct Int : FixedWidthInteger, SignedInteger
-
Declaration
Swift
struct Double
-
Declaration
Swift
struct String
-
Declaration
Swift
struct UInt : FixedWidthInteger, UnsignedInteger
-
Declaration
Swift
struct Float
-
Declaration
Swift
struct Date : ReferenceConvertible, Comparable, Equatable
-
Declaration
Swift
struct URL : ReferenceConvertible, Equatable
-
Declaration
Swift
struct Array<Element>
-
Declaration
Swift
struct Dictionary<Key, Value> where Key : Hashable