prefix
operator
prefix
++ {
associativity
precedence
}
Declarations
Replace i
with its successor()
and return the updated value of
i
.
Declaration
prefix
func
++
<
T
:
_Incrementable
>
(
inout
i
:
T
) -
>
T
Auto-generated documentation for Swift. Command-click no more.
prefix
operator
prefix
++ {
associativity
precedence
}
Replace i
with its successor()
and return the updated value of
i
.
prefix
func
++
<
T
:
_Incrementable
>
(
inout
i
:
T
) -
>
T
Declaration
prefix
func
++(
inout
rhs
:
Double
) -
>
Double