Operators
Learn about different kinds of Elixir operators and their usage.
We'll cover the following...
An operator is used to manipulate individual data items and return a result. These items are called operands or arguments. ...