Extensions

The following extensions are available globally.

  • Declaration

    Swift

    struct String
  • URL

    Declaration

    Swift

    struct URL : ReferenceConvertible, Equatable
  • Declaration

    Swift

    struct URLQueryItem : ReferenceConvertible, Hashable, Equatable
  • Int

    Declaration

    Swift

    struct Int : SignedInteger, Comparable, Equatable
  • Declaration

    Swift

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

    Swift

    struct URLComponents : ReferenceConvertible, Hashable, Equatable
  • Declaration

    Swift

    struct Array<Element> : RandomAccessCollection, MutableCollection