Extensions
The following extensions are available globally.
-
Declaration
Swift
struct Array<Element> : RandomAccessCollection, MutableCollection
-
Declaration
Swift
protocol Sequence
-
Declaration
Swift
struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection
-
Undocumented
See more
-
Undocumented
See more
-
Declaration
Swift
enum Optional<Wrapped> : ExpressibleByNilLiteral
-
Declaration
Swift
class NSData : NSObject, NSCopying, NSMutableCopying, NSSecureCoding
-
Declaration
Swift
protocol RawRepresentable
-
Declaration
Swift
protocol ReferenceConvertible : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable
-
Declaration
Swift
struct Range<Bound : Comparable>
-
Declaration
Swift
struct ClosedRange<Bound : Comparable>
-
Declaration
Swift
struct CountableRange<Bound where Bound : _Strideable & Comparable, Bound.Stride : SignedInteger> : RandomAccessCollection
-
Declaration
Swift
struct CountableClosedRange<Bound where Bound : _Strideable & Comparable, Bound.Stride : SignedInteger> : RandomAccessCollection
-
Declaration
Swift
struct Bool
-
Declaration
Swift
struct Int : SignedInteger, Comparable, Equatable
-
Declaration
Swift
struct Int32 : SignedInteger, Comparable, Equatable
-
Declaration
Swift
struct Int64 : SignedInteger, Comparable, Equatable
-
Declaration
Swift
struct Double
-
Declaration
Swift
struct Float
-
Declaration
Swift
struct String