sl_compiler::load_eval

Function apply_callable

Source
pub fn apply_callable(
    vm: &mut SloshVm,
    lambda: Value,
    args: &[Value],
) -> VMResult<Value>
Expand description

Call lambda with args, this is re-entrant.