mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
9ead8781d4
Co-authored-by: Alex Martini <amartini@apple.com> Co-authored-by: Graham Lee <glee23@apple.com> Co-authored-by: Chris Adamson <cadamson@apple.com> Co-authored-by: Kirby Turner <kirby_turner@apple.com> Co-authored-by: Paris Pinkney <ppinkney@apple.com> Co-authored-by: Dave Spector <dspector@apple.com> Co-authored-by: Sofia Rodriguez Morales <sofia_rodriguez@apple.com> Co-authored-by: Ethan Kusters <ekusters@apple.com> Co-authored-by: Goli Mohammadi <g_mohammadi@apple.com> Co-authored-by: Adora Vaz <a_vaz@apple.com> Co-authored-by: David Rönnqvist <ronnqvist@apple.com> Co-authored-by: Nate Merseth Cook <natecook@apple.com> Co-authored-by: Susan Conant <susan_c@apple.com>
1.1 KiB
1.1 KiB
Binary Integer Operators
Perform arithmetic and bitwise operations or compare values.
Topics
Arithmetic
Swift/BinaryInteger/+(_:_:)Swift/BinaryInteger/-(_:_:)Swift/BinaryInteger/*(_:_:)Swift/BinaryInteger//(_:_:)Swift/BinaryInteger/%(_:_:)-30ngi
Arithmetic with Assignment
Swift/BinaryInteger/+=(_:_:)Swift/BinaryInteger/-=(_:_:)Swift/BinaryInteger/*=(_:_:)Swift/BinaryInteger//=(_:_:)Swift/BinaryInteger/%=(_:_:)-79wgi
Bitwise Operations
Swift/BinaryInteger/&(_:_:)-sk15Swift/BinaryInteger/&=(_:_:)Swift/BinaryInteger/|(_:_:)-6qhswSwift/BinaryInteger/|=(_:_:)-4vfmjSwift/BinaryInteger/^(_:_:)-3qw5dSwift/BinaryInteger/^=(_:_:)-1fatvSwift/BinaryInteger/~(_:)
Bit Shift
Swift/BinaryInteger/<<(_:_:)-28lmuSwift/BinaryInteger/<<=(_:_:)-9pzppSwift/BinaryInteger/>>(_:_:)-4vnijSwift/BinaryInteger/>>=(_:_:)-5lhky
Comparison
Swift/BinaryInteger/!=(_:_:)-(_,Self)Swift/BinaryInteger/!=(_:_:)-(_,Other)