Partial application

October 27, 2020 ยท View on GitHub

Creating a new function by "pre-filling" one or more its parameters (but not all).

Implementations

  • Elixir