Extensions

The following extensions are available globally.

  • Int

    Declaration

    Swift

    struct Int : SignedInteger, Comparable, Equatable
  • Declaration

    Swift

    struct String
  • Declaration

    Swift

    struct Array<Element> : RandomAccessCollection, MutableCollection
  • Set

    Declaration

    Swift

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