Operators

Learn about different kinds of Elixir operators and their usage.

An operator is used to manipulate individual data items and return a result. These items are called operands or arguments. ...