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