Operators

Anonymous contributor's avatar
Anonymous contributor
Published May 7, 2021Updated Oct 11, 2022
Contribute to Docs

Operators are unique characters or phrases that Swift uses to manipulate and validate values. Swift was specifically designed to enhance the operators from several programming languages to create more capability with less code for the programmer.

Operators

Advanced Operators
Advanced operators in Swift provide the programmer with increased functionality and complex value manipulation. They include compound assignments, bitwise, and custom operators, to name a few.
Basic Operators
Basic operators in Swift are commonly used to evaluate, reassign, and combine values.

All contributors

Contribute to Docs

Learn Swift on Codecademy