Functions:
*Operators are Functions
Operators such as \+, \-, ?? are a kind of function named using symbols rather than letters. They are invoked differently from functions:
You can read more about basic operators and advanced operators in The Swift Programming Language.