Type Definition lucia_lang::objects::ExtFunction
source · pub type ExtFunction = fn(_: Vec<Value>, _: &mut Lvm) -> Result<Value>;Expand description
The ext function type.
pub type ExtFunction = fn(_: Vec<Value>, _: &mut Lvm) -> Result<Value>;The ext function type.