The arity of a function or an operator is the number of arguments or operands it takes.
In Erlang a function of arity 2 can be abbreviated as
function/2
This is important in the Exports section of an Erlang Module
Category: Concepts