Allows handling values in a generic way, whether they are dynamic (functions), or static (plain values)
The value to be handled.
The arguments that will be passed to function.call() if the value is a function.
function.call()
Allows handling values in a generic way, whether they are dynamic (functions), or static (plain values)