Operator: postfix --

  • postfix operator postfix -- {
  •                   associativity
  •                   precedence
  •                   }

Declarations

postfix func --(inout: Double)

Deprecated: it will be removed in Swift 3.

Declaration

postfix func --(inout: Float)

Deprecated: it will be removed in Swift 3.

Declaration

postfix func --(inout: Float80)

Deprecated: it will be removed in Swift 3.

Declaration

postfix func --(inout: Int)

Deprecated: it will be removed in Swift 3.

Declaration

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

Deprecated: it will be removed in Swift 3.

Declaration

postfix func --(inout: Int16)

Deprecated: it will be removed in Swift 3.

Declaration

postfix func --(inout: Int32)

Deprecated: it will be removed in Swift 3.

Declaration

postfix func --(inout: Int64)

Deprecated: it will be removed in Swift 3.

Declaration

postfix func --(inout: UInt)

Deprecated: it will be removed in Swift 3.

Declaration

postfix func --(inout: UInt8)

Deprecated: it will be removed in Swift 3.

Declaration

postfix func --(inout: UInt16)

Deprecated: it will be removed in Swift 3.

Declaration

postfix func --(inout: UInt32)

Deprecated: it will be removed in Swift 3.

Declaration

postfix func --(inout: UInt64)

Deprecated: it will be removed in Swift 3.

Declaration

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

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

Deprecated: it will be removed in Swift 3.

Declaration