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