mech_interpreter::structures

Function table_row

Source
pub fn table_row(
    r: &TableRow,
    plan: Plan,
    symbols: SymbolTableRef,
    functions: FunctionsRef,
) -> MResult<Vec<Value>>