Binary Integer Operators Perform arithmetic and bitwise operations or compare values. TopicsArithmetic+(_:_:)-(_:_:)*(_:_:)/(_:_:)Arithmetic with Assignment+=(_:_:)-=(_:_:)*=(_:_:)/=(_:_:)Bitwise Operations&(_:_:)&=(_:_:)~(_:)Comparison!=(_:_:)!=(_:_:) See AlsoPerforming CalculationsquotientAndRemainder(dividingBy:)isMultiple(of:)