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