3.1. Operators#

By now, you’re probably familiar with the special Operators that can be used with structs. For instance, you can use the [] operator to create arrays or the + operator to configure endianness. These operators allow you to customize and fine-tune the behavior of your structs to fit your needs.