Extensions
The following extensions are available globally.
-
Undocumented
See more
-
Declaration
Swift
struct Dictionary<Key : Hashable, Value> : Collection, ExpressibleByDictionaryLiteral
-
Declaration
Swift
protocol Collection : Indexable, Sequence
-
Undocumented
See more
-
Undocumented
See more
-
Undocumented
See more
-
Undocumented
See more
-
Declaration
Swift
protocol FloatingPoint : Comparable, ExpressibleByIntegerLiteral, SignedNumber, AbsoluteValuable, Strideable
-
Undocumented
See more
-
Declaration
Swift
protocol BinaryFloatingPoint : FloatingPoint, ExpressibleByFloatLiteral
-
Declaration
Swift
protocol UnsignedInteger : _DisallowMixedSignArithmetic, Integer
-
Undocumented
See more
-
Declaration
Swift
protocol RangeReplaceableCollection : RangeReplaceableIndexable, Collection
-
Declaration
Swift
struct UInt : UnsignedInteger, Comparable, Equatable
-
Declaration
Swift
struct UInt64 : UnsignedInteger, Comparable, Equatable
-
Declaration
Swift
struct UInt32 : UnsignedInteger, Comparable, Equatable
-
Declaration
Swift
struct UInt16 : UnsignedInteger, Comparable, Equatable
-
Declaration
Swift
struct UInt8 : UnsignedInteger, Comparable, Equatable
-
Declaration
Swift
struct Int : SignedInteger, Comparable, Equatable
-
Declaration
Swift
struct Int64 : SignedInteger, Comparable, Equatable
-
Declaration
Swift
struct Int32 : SignedInteger, Comparable, Equatable
-
Declaration
Swift
struct Int16 : SignedInteger, Comparable, Equatable
-
Declaration
Swift
struct Int8 : SignedInteger, Comparable, Equatable
-
Declaration
Swift
public typealias Storyboard = UIKit.UIStoryboard
-
Undocumented
See more
-
Declaration
Swift
protocol SignedInteger : _SignedInteger, Integer
-
Undocumented
See more
-
Undocumented
See more