postfix
operator
postfix
-- {
associativity
precedence
}
Declarations
Replace i
with its predecessor()
and return the original
value of i
.
Deprecated: it will be removed in Swift 3.
Declaration
postfix
func
--
<
T
:
BidirectionalIndexType
>
(
inout
i
:
T
) -
>
T
Deprecated: it will be removed in Swift 3.
Declaration
postfix
func
--(
inout
lhs
:
Double
) -
>
Double