Extensions

The following extensions are available globally.

  • Declaration

    Swift

    struct Dictionary<Key : Hashable, Value> : Collection, ExpressibleByDictionaryLiteral
  • Declaration

    Swift

    enum Optional<Wrapped> : ExpressibleByNilLiteral
  • Declaration

    Swift

    protocol FloatingPoint : Comparable, ExpressibleByIntegerLiteral, SignedNumber, AbsoluteValuable, Strideable
  • Declaration

    Swift

    public typealias Color = UIKit.UIColor
  • URL

    Declaration

    Swift

    struct URL : ReferenceConvertible, Equatable
  • Declaration

    Swift

    protocol Integer : _Integer, Strideable
  • 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
  • Int

    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