Extensions

The following extensions are available globally.

  • Declaration

    Swift

    struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection
  • Declaration

    Swift

    struct Dictionary<Key, Value> where Key : Hashable
  • Declaration

    Swift

    struct Locale : Hashable, Equatable, ReferenceConvertible
  • Declaration

    Swift

    class NSPredicate : NSObject, NSSecureCoding, NSCopying
  • URL

    Declaration

    Swift

    struct URL : ReferenceConvertible, Equatable
  • Declaration

    Swift

    protocol BinaryInteger : CustomStringConvertible, Hashable, Numeric, Strideable where Self.Magnitude : BinaryInteger, Self.Magnitude == Self.Magnitude.Magnitude
  • Declaration

    Swift

    protocol Collection : Sequence where Self.SubSequence : Collection
  • 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
  • Int

    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

    protocol MutableCollection : Collection where Self.SubSequence : MutableCollection
  • Declaration

    Swift

    enum Optional<Wrapped> : ExpressibleByNilLiteral
  • Declaration

    Swift

    class UIImage : NSObject, NSSecureCoding
  • Declaration

    Swift

    class UIView : UIResponder, NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, CALayerDelegate
  • Declaration

    Swift

    class UIViewController : UIResponder, NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment