Extensions

The following extensions are available globally.

  • Declaration

    Swift

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

    Swift

    struct Character : ExpressibleByExtendedGraphemeClusterLiteral, Hashable
  • Declaration

    Swift

    struct UInt : FixedWidthInteger, UnsignedInteger
  • Declaration

    Swift

    struct UInt64 : FixedWidthInteger, UnsignedInteger
  • Declaration

    Swift

    struct UInt32 : FixedWidthInteger, UnsignedInteger
  • Declaration

    Swift

    struct UInt16 : FixedWidthInteger, UnsignedInteger
  • Declaration

    Swift

    struct UInt8 : FixedWidthInteger, UnsignedInteger
  • Int

    Declaration

    Swift

    struct Int : FixedWidthInteger, SignedInteger
  • Declaration

    Swift

    struct Int64 : FixedWidthInteger, SignedInteger
  • Declaration

    Swift

    struct Int32 : FixedWidthInteger, SignedInteger
  • Declaration

    Swift

    struct Int16 : FixedWidthInteger, SignedInteger
  • Declaration

    Swift

    struct Int8 : FixedWidthInteger, SignedInteger
  • Declaration

    Swift

    enum Optional<Wrapped> : ExpressibleByNilLiteral
  • Declaration

    Swift

    protocol BinaryInteger : Hashable, Numeric, CustomStringConvertible, Strideable
  • Declaration

    Swift

    struct Locale : Hashable, Equatable, ReferenceConvertible
  • Mechanica

    Alias for NSColor.

    See more

    Declaration

    Swift

    public typealias Color = UIKit.UIColor
  • URL

    Declaration

    Swift

    struct URL : ReferenceConvertible, Equatable
  • Declaration

    Swift

    protocol SignedInteger : BinaryInteger, SignedNumeric where Self.Magnitude : BinaryInteger
  • Mechanica

    Alias for NSImage.

    See more

    Declaration

    Swift

    public typealias Image = UIKit.UIImage