postfix
operator
postfix
++ {
associativity
precedence
}
Declarations
Replace i
with its successor()
and return the original
value of i
.
Declaration
postfix
func
++
<
T
:
_Incrementable
>
(
inout
i
:
T
) -
>
T
Declaration
postfix
func
++(
inout
lhs
:
Double
) -
>
Double