Function rustdb::compile::c_call[][src]

pub fn c_call(
    b: &Block<'_>,
    name: &ObjRef,
    parms: &mut Vec<Expr>
) -> CExpPtr<Value>
Expand description

Compile ExprCall to CExpPtr, checking parameter types.