pub fn handle_call(fn_pos: u32, arity: u32, args: Vec<StackValue>) -> CallResultExpand description
Handle a function call according to arity conventions.
pub fn handle_call(fn_pos: u32, arity: u32, args: Vec<StackValue>) -> CallResultHandle a function call according to arity conventions.