mech_interpreter::functions

Function function_define

Source
pub fn function_define(
    fxn_def: &FunctionDefine,
    functions: FunctionsRef,
) -> MResult<FunctionDefinition>