Operator: -

  • infix operator - {
  •                   associativity left
  •                   precedence 140
  •                   }

Declarations

func -(_: Double, rhs: Double)

Declaration

func -(_: Float, rhs: Float)

Declaration

func -(_: Float80, rhs: Float80)

Declaration

func -(_: Int, rhs: Int)

Declaration

func -(_: Int8, rhs: Int8)

Declaration

func -(_: Int16, rhs: Int16)

Declaration

func -(_: Int32, rhs: Int32)

Declaration

func -(_: Int64, rhs: Int64)

Declaration

func -(_: UInt, rhs: UInt)

Declaration

func -(_: UInt8, rhs: UInt8)

Declaration

func -(_: UInt16, rhs: UInt16)

Declaration

func -(_: UInt32, rhs: UInt32)

Declaration

func -(_: UInt64, rhs: UInt64)

Declaration

func - <T : _IntegerArithmeticType>(_: T, rhs: T)

Subtract lhs and rhs, returning a result and trapping in case of arithmetic overflow (except in -Ounchecked builds).

Declaration

func - <T : _UnsignedIntegerType>(_: T, rhs: T)

Declaration

func - <T : _UnsignedIntegerType>(_: T, rhs: T._DisallowMixedSignArithmetic)

Declaration

func - <T : Strideable>(_: T, rhs: T)

Declaration

  • func -<T : Strideable>(lhs: T, rhs: T) -> T.Stride
func - <T : Strideable>(_: T, rhs: T.Stride)

Declaration

  • func -<T : Strideable>(lhs: T, rhs: T.Stride) -> T
func - <T>(_: UnsafePointer<T>, rhs: Int)

Declaration