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