Skip to main content

call_named

Function call_named 

Source
pub fn call_named(name: &str, args: Vec<Value>) -> Result<Value, String>
Expand description

Resolve a bare name and call it (f(args), parseInt(args)).