#10: Captured Functions in Elixir
In Elixir, a captured function is a technique that allows you to reference named functions or create anonymous functions using a concise syntax. Capturing functions is a convenient way to pass behavior into other functions, especially for short and s...
stephanyu.hashnode.dev2 min read