Type Definition object::BuiltinFunc[][src]

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