#6: Overloaded Functions
In Elixir, overloaded functions are functions that have multiple entry points based on the input arguments. This means that the same function name can have different implementations based on the number of arguments or the data passed to the function....
stephanyu.hashnode.dev2 min read