Extensions
The following extensions are available globally.
-
Declaration
Swift
struct Dictionary<Key, Value> : Collection, ExpressibleByDictionaryLiteral where Key : Hashable
-
Declaration
Swift
protocol Collection : Sequence
-
Declaration
Swift
class UserDefaults : NSObject
-
Declaration
Swift
protocol FloatingPoint : SignedNumeric, Strideable, Hashable
-
Declaration
Swift
protocol BinaryFloatingPoint : FloatingPoint, ExpressibleByFloatLiteral
-
Declaration
Swift
protocol UnsignedInteger : BinaryInteger where Self.Magnitude : BinaryInteger
-
Declaration
Swift
protocol RangeReplaceableCollection : Collection where Self.SubSequence : _RangeReplaceableIndexable
-
Declaration
Swift
protocol BinaryInteger : Hashable, Numeric, CustomStringConvertible, Strideable
-
Declaration
Swift
protocol FixedWidthInteger : BinaryInteger, LosslessStringConvertible
-
Declaration
Swift
struct UInt : FixedWidthInteger, UnsignedInteger
-
Declaration
Swift
struct UInt64 : FixedWidthInteger, UnsignedInteger
-
Declaration
Swift
struct UInt32 : FixedWidthInteger, UnsignedInteger
-
Declaration
Swift
struct UInt16 : FixedWidthInteger, UnsignedInteger
-
Declaration
Swift
struct UInt8 : FixedWidthInteger, UnsignedInteger
-
Declaration
Swift
struct Int : FixedWidthInteger, SignedInteger
-
Declaration
Swift
struct Int64 : FixedWidthInteger, SignedInteger
-
Declaration
Swift
struct Int32 : FixedWidthInteger, SignedInteger
-
Declaration
Swift
struct Int16 : FixedWidthInteger, SignedInteger
-
Declaration
Swift
struct Int8 : FixedWidthInteger, SignedInteger
-
Declaration
Swift
public typealias Storyboard = UIKit.UIStoryboard
-
Declaration
Swift
protocol SignedInteger : BinaryInteger, SignedNumeric where Self.Magnitude : BinaryInteger