Extensions
The following extensions are available globally.
-
Declaration
Swift
struct Array<Element> : RandomAccessCollection, MutableCollection -
Declaration
Swift
protocol Sequence
-
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> where Bound : Comparable -
Declaration
Swift
struct ClosedRange<Bound> where Bound : Comparable -
Declaration
Swift
struct CountableRange<Bound> : RandomAccessCollection where Bound : Comparable, Bound : _Strideable, Bound.Stride : SignedInteger -
Declaration
Swift
struct CountableClosedRange<Bound> : RandomAccessCollection where Bound : Comparable, Bound : _Strideable, Bound.Stride : SignedInteger
-
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
View on GitHub
Install in Dash
Extensions Reference