We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The Wikipedia definition of a higher-order function is:
A function that does at least one of the following: takes one or more functions as arguments, which is a parameter of a procedure that is itself a procedure, returns a function as its result.
A function that does at least one of the following: