BuiltinFunc

Type Alias BuiltinFunc 

Source
pub type BuiltinFunc = fn(Vec<Rc<Object>>) -> Rc<Object>;