Extensions

The following extensions are available globally.

  • Declaration

    Swift

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

    Swift

    struct Array<Element> : RandomAccessCollection, MutableCollection
  • Set

    Declaration

    Swift

    struct Set<Element> : SetAlgebra, Hashable, Collection, ExpressibleByArrayLiteral where Element : Hashable
  • Int

    Declaration

    Swift

    struct Int : FixedWidthInteger, SignedInteger
  • Declaration

    Swift

    struct String