Operator: prefix --

  • prefix operator prefix -- {
  •                   associativity
  •                   precedence
  •                   }

Declarations

prefix func --(inout: Double)

Deprecated: it will be removed in Swift 3.

Declaration

prefix func --(inout: Float)

Deprecated: it will be removed in Swift 3.

Declaration

prefix func --(inout: Float80)

Deprecated: it will be removed in Swift 3.

Declaration

prefix func --(inout: Int)

Deprecated: it will be removed in Swift 3.

Declaration

  • prefix func --(inout x: Int) -> Int
prefix func --(inout: Int8)

Deprecated: it will be removed in Swift 3.

Declaration

prefix func --(inout: Int16)

Deprecated: it will be removed in Swift 3.

Declaration

prefix func --(inout: Int32)

Deprecated: it will be removed in Swift 3.

Declaration

prefix func --(inout: Int64)

Deprecated: it will be removed in Swift 3.

Declaration

prefix func --(inout: UInt)

Deprecated: it will be removed in Swift 3.

Declaration

prefix func --(inout: UInt8)

Deprecated: it will be removed in Swift 3.

Declaration

prefix func --(inout: UInt16)

Deprecated: it will be removed in Swift 3.

Declaration

prefix func --(inout: UInt32)

Deprecated: it will be removed in Swift 3.

Declaration

prefix func --(inout: UInt64)

Deprecated: it will be removed in Swift 3.

Declaration

prefix func -- <T : BidirectionalIndexType>(inout: T)

Replace i with its predecessor() and return the updated value of i.

Deprecated: it will be removed in Swift 3.

Declaration