Skip to main content

call_cl_value

Function call_cl_value 

Source
pub fn call_cl_value(
    cx: &mut Cx,
    value: &Value,
    args: Vec<Value>,
) -> Result<Value>
Expand description

Calls a callable runtime value with the given arguments.

Errors if value is not callable.