NumericAnnex Reference (100% documented)

View on GitHub

Install in Dash

Extensions

The following extensions are available globally.

Topics
  • BinaryInteger

    Declaration

    Swift

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

    Declaration

    Swift

    protocol UnsignedInteger : BinaryInteger where Self.Magnitude : BinaryInteger
  • Int

    Declaration

    Swift

    struct Int : FixedWidthInteger, SignedInteger
  • Int8

    Declaration

    Swift

    struct Int8 : FixedWidthInteger, SignedInteger
  • Int16

    Declaration

    Swift

    struct Int16 : FixedWidthInteger, SignedInteger
  • Int32

    Declaration

    Swift

    struct Int32 : FixedWidthInteger, SignedInteger
  • Int64

    Declaration

    Swift

    struct Int64 : FixedWidthInteger, SignedInteger
  • UInt

    Declaration

    Swift

    struct UInt : FixedWidthInteger, UnsignedInteger
  • UInt8

    Declaration

    Swift

    struct UInt8 : FixedWidthInteger, UnsignedInteger
  • UInt16

    Declaration

    Swift

    struct UInt16 : FixedWidthInteger, UnsignedInteger
  • UInt32

    Declaration

    Swift

    struct UInt32 : FixedWidthInteger, UnsignedInteger
  • UInt64

    Declaration

    Swift

    struct UInt64 : FixedWidthInteger, UnsignedInteger
  • DoubleWidth

  • FloatingPoint

    Declaration

    Swift

    protocol FloatingPoint : SignedNumeric, Strideable, Hashable