Extensions

The following extensions are available globally.

  • Declaration

    Swift

    struct Array<Element> : RandomAccessCollection, MutableCollection
  • Extension of CodingUserInfoKey to add keys used by the Codable objects in this framework.

    See more

    Declaration

    Swift

    struct CodingUserInfoKey : RawRepresentable, Equatable, Hashable
  • Extension of Decoder to return the factory objects used by the Codable objects in this framework.

    See more

    Declaration

    Swift

    protocol Decoder
  • Extension of Encoder to return the factory objects used by the Codable objects in this framework.

    See more

    Declaration

    Swift

    protocol Encoder
  • Int

    Declaration

    Swift

    struct Int : FixedWidthInteger, SignedInteger
  • Declaration

    Swift

    struct Int8 : FixedWidthInteger, SignedInteger
  • Declaration

    Swift

    struct Int16 : FixedWidthInteger, SignedInteger
  • Declaration

    Swift

    struct Int32 : FixedWidthInteger, SignedInteger
  • Declaration

    Swift

    struct Int64 : FixedWidthInteger, SignedInteger
  • Declaration

    Swift

    struct UInt : FixedWidthInteger, UnsignedInteger
  • Declaration

    Swift

    struct UInt8 : FixedWidthInteger, UnsignedInteger
  • Declaration

    Swift

    struct UInt16 : FixedWidthInteger, UnsignedInteger
  • Declaration

    Swift

    struct UInt32 : FixedWidthInteger, UnsignedInteger
  • Declaration

    Swift

    struct UInt64 : FixedWidthInteger, UnsignedInteger
  • Declaration

    Swift

    struct Double
  • Declaration

    Swift

    struct Float
  • Declaration

    Swift

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