15

Advanced and Custom Operators

When I started learning how to program computers, one of the first things I learned was how to use operators. These include basic operators like assignment and arithmetic operators, which were covered in Chapter 3, Learning about Variables, Constants, Strings, and Operators. It wasn't until much later, when I learned how to program in the C language, that I learned about advanced operators such as bitwise operators. While the advanced operators are not as popular as the basic operators, they can be very powerful when used correctly. Advanced operators are especially useful if you are planning on writing applications that use low-level C-based libraries.

In this chapter, you will learn:

  • How to use bitwise operators ...

Get Mastering Swift 5.3 - Sixth Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.