Higher-order functions

October 31, 2020 ยท View on GitHub

A function that takes one or more functions as its input value(s) or returns a function.

Implementations

  • Elixir
  • Swift