ryna::operations

Type Alias BinaryFunctionFn

Source
pub type BinaryFunctionFn = fn(_: &Vec<Type>, _: &Type, _: Object, _: Object, _: &RynaContext) -> Result<Object, String>;