postfix
operator
postfix
++ {
associativity
precedence
}
Declarations
postfix func ++ <T : _Incrementable>(inout: T)
Declaration
postfix
func
++
<
T
:
_Incrementable
>
(
inout
x
:
T
) -
>
T
Declaration
postfix
func
++(
inout
lhs
:
Double
) -
>
Double