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