infix
operator
*= {
associativity
right
precedence
90
assignment
}
Declarations
multiply lhs
and rhs
and store the result in lhs
, trapping in
case of arithmetic overflow (except in -Ounchecked builds).
Declaration
func
*=
<
T
:
_IntegerArithmeticType
>
(
inout
lhs
:
T
,
rhs
:
T
)
Declaration
func
*=(
inout
lhs
:
Double
,
rhs
:
Double
)