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