sl_compiler::compile::compile_fn

Function mk_state

Source
pub fn mk_state(
    env: &mut SloshVm,
    state: &mut CompileState,
    args: Value,
) -> VMResult<(CompileState, Vec<Value>, Vec<DestructType>)>