Extensions

The following extensions are available globally.

  • Int

    Declaration

    Swift

    struct Int : FixedWidthInteger, SignedInteger
  • Declaration

    Swift

    struct UInt64 : FixedWidthInteger, UnsignedInteger
  • Declaration

    Swift

    struct UInt32 : FixedWidthInteger, UnsignedInteger
  • Declaration

    Swift

    struct UInt16 : FixedWidthInteger, UnsignedInteger
  • Declaration

    Swift

    struct UInt8 : FixedWidthInteger, UnsignedInteger
  • 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

    typealias Float32 = Float
  • Declaration

    Swift

    typealias Float64 = Double
  • Declaration

    Swift

    struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection
  • Declaration

    Swift

    struct String
  • Declaration

    Swift

    struct Bool
  • Declaration

    Swift

    @available(OSX 10.8, iOS 6.0, *)
    struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible
  • Declaration

    Swift

    class NSNull : NSObject, NSCopying, NSSecureCoding