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