Extensions

The following extensions are available globally.

  • Declaration

    Swift

    struct UInt : FixedWidthInteger, UnsignedInteger
  • Declaration

    Swift

    struct Float
  • Declaration

    Swift

    struct Date : ReferenceConvertible, Comparable, Equatable
  • URL

    Declaration

    Swift

    struct URL : ReferenceConvertible, Equatable
  • Declaration

    Swift

    struct Array<Element> : RandomAccessCollection, MutableCollection
  • Declaration

    Swift

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