Extensions

The following extensions are available globally.

  • Declaration

    Swift

    struct String
  • Int

    Declaration

    Swift

    struct Int : SignedInteger, Comparable, Equatable
  • Declaration

    Swift

    struct UInt : UnsignedInteger, Comparable, Equatable
  • Declaration

    Swift

    struct Double
  • Declaration

    Swift

    struct Float
  • Declaration

    Swift

    struct Bool
  • Declaration

    Swift

    struct Date : ReferenceConvertible, Comparable, Equatable
  • URL

    Declaration

    Swift

    struct URL : ReferenceConvertible, Equatable
  • Undocumented

    See more
  • Declaration

    Swift

    struct Array<Element> : RandomAccessCollection, MutableCollection
  • Declaration

    Swift

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