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