Skip to main content

builtin_call

Function builtin_call 

Source
fn builtin_call(
    args: &[RValue],
    named: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

call(name, ...) — construct an unevaluated function call expression. call("f", 1, 2) returns the language object f(1, 2).