operator &* { associativity left precedence } Declarations func &* <T : _IntegerArithmetic>(_: T, rhs: T) Multiplies lhs and rhs, silently discarding any overflow. Declaration func &*<T : _IntegerArithmetic>(lhs: T, rhs: T) -> T
Multiplies
lhs
andrhs
, silently discarding any overflow.Declaration
func
&
*
<
T
:
_IntegerArithmetic
>
(
lhs
:
T
,
rhs
:
T
) -
>
T