Integer Operators Perform arithmetic and bitwise operations or compare values. TopicsArithmetic+(_:_:)-(_:_:)*(_:_:)/(_:_:)Arithmetic with Assignment+=(_:_:)*=(_:_:)/=(_:_:)Masked Arithmetic&+(_:_:)&-(_:_:)&*(_:_:)&+=(_:_:)&-=(_:_:)&*=(_:_:)Bitwise Operations&(_:_:)&=(_:_:)~(_:)Negation-(_:)+(_:)Comparison==(_:_:)==(_:_:)!=(_:_:)!=(_:_:)Range Expressions...(_:_:)...(_:)...(_:)Deprecated-=(_:_:) See AlsoPerforming Calculationsnegate()quotientAndRemainder(dividingBy:)isMultiple(of:)