Creating the instance of a function type

Probably they mean a global function that you define with function foo(...) .... or equivalent, which is a singleton subtype of Function.

See also this thread: How to get a function instance from a function type? - #2 by Mason or this thread: Instantiating function from type? - #4 by nsajko

1 Like