El operador pipe |> en #exlir. El operador que hace de Elixir lo que es Elixir
https://omosa.hashnode.dev/the....-pipe-operator-in-el

The Pipe Operator in Elixir |>
Favicon 
omosa.hashnode.dev

The Pipe Operator in Elixir |>

Programming can end up becoming cluttered up. As functionality grows, the need to nest functions grows too. One of the features that make Elixir stand out is its pipe operator, denoted by |> . In this blog, we'll explore the pipe operator in