Create a Function that receives the argument Array directly.
Declared in <mrdocs/Dom/Function.hpp>
template<class F>
requires std::invocable<F, Array const&>
Function
makeVariadicInvocable(F&& f);
Function wrapper for the callable.
| Name | Description |
|---|---|
| f | Callable invoked with the argument array. |