Extensions

The following extensions are available globally.

  • Declaration

    Swift

    class CIFilter : NSObject, NSSecureCoding, NSCopying
  • Declaration

    Swift

    struct Array<Element> : RandomAccessCollection, MutableCollection
  • URL

    Declaration

    Swift

    struct URL : ReferenceConvertible, Equatable
  • Declaration

    Swift

    struct Date : ReferenceConvertible, Comparable, Equatable
  • Declaration

    Swift

    struct TimeZone : Hashable, Equatable, ReferenceConvertible
  • Declaration

    Swift

    struct UInt : FixedWidthInteger, UnsignedInteger
  • Int

    Declaration

    Swift

    struct Int : FixedWidthInteger, SignedInteger
  • Declaration

    Swift

    struct Character : ExpressibleByExtendedGraphemeClusterLiteral, Hashable
  • Declaration

    Swift

    struct Dictionary<Key, Value> : Collection, ExpressibleByDictionaryLiteral where Key : Hashable