Extensions
The following extensions are available globally.
-
Declaration
Swift
struct Array<Element> : RandomAccessCollection, MutableCollection
-
Declaration
Swift
struct TimeZone : Hashable, Equatable, ReferenceConvertible
-
Declaration
Swift
struct Character : ExpressibleByExtendedGraphemeClusterLiteral, Hashable
-
Undocumented
See more -
Declaration
Swift
class NSData : NSObject, NSCopying, NSMutableCopying, NSSecureCoding
-
Undocumented
See more -
Undocumented
See more -
Declaration
Swift
struct URL : ReferenceConvertible, Equatable
-
Undocumented
See more -
Declaration
Swift
struct IndexPath : ReferenceConvertible, Equatable, Hashable, MutableCollection, RandomAccessCollection, Comparable, ExpressibleByArrayLiteral
-
Undocumented
See more -
Declaration
Swift
protocol Error
-
Undocumented
See more -
Declaration
Swift
struct IndexSet : ReferenceConvertible, Equatable, BidirectionalCollection, SetAlgebra
-
Undocumented
See more -
Declaration
Swift
struct Calendar : Hashable, Equatable, ReferenceConvertible
-
Undocumented
See more -
Undocumented
See more -
Declaration
Swift
class NSURLRequest : NSObject, NSSecureCoding, NSCopying, NSMutableCopying
-
Undocumented
See more -
Undocumented
See more -
Declaration
Swift
struct URLComponents : ReferenceConvertible, Hashable, Equatable
-
Declaration
Swift
struct Int16 : SignedInteger, Comparable, Equatable
-
Declaration
Swift
struct Int32 : SignedInteger, Comparable, Equatable
-
Declaration
Swift
struct Int64 : SignedInteger, Comparable, Equatable
-
Declaration
Swift
struct UInt : UnsignedInteger, Comparable, Equatable
-
Declaration
Swift
struct UInt16 : UnsignedInteger, Comparable, Equatable
-
Declaration
Swift
struct UInt32 : UnsignedInteger, Comparable, Equatable
-
Declaration
Swift
struct UInt64 : UnsignedInteger, Comparable, Equatable
-
Declaration
Swift
struct Float
-
Declaration
Swift
public typealias Hash<K, V> = Dictionary<K, V>