Extensions

The following extensions are available globally.

  • Declaration

    Swift

    struct Array<Element> : RandomAccessCollection, MutableCollection
  • Int

    Declaration

    Swift

    struct Int : SignedInteger, Comparable, Equatable
  • Declaration

    Swift

    struct Date : ReferenceConvertible, Comparable, Equatable
  • Declaration

    Swift

    struct TimeZone : Hashable, Equatable, ReferenceConvertible
  • Declaration

    Swift

    protocol Integer : _Integer, Strideable
  • Declaration

    Swift

    struct Character : ExpressibleByExtendedGraphemeClusterLiteral, Hashable
  • Declaration

    Swift

    struct Int16 : SignedInteger, Comparable, Equatable
  • Declaration

    Swift

    struct Int32 : SignedInteger, Comparable, Equatable
  • Declaration

    Swift

    struct Int64 : SignedInteger, Comparable, Equatable
  • Declaration

    Swift

    struct UInt : UnsignedInteger, Comparable, Equatable
  • Declaration

    Swift

    struct UInt16 : UnsignedInteger, Comparable, Equatable
  • Declaration

    Swift

    struct UInt32 : UnsignedInteger, Comparable, Equatable
  • Declaration

    Swift

    struct UInt64 : UnsignedInteger, Comparable, Equatable
  • Declaration

    Swift

    struct Float