Type Alias nessa::operations::BinaryFunction
source · pub type BinaryFunction = Option<BinaryFunctionInner>;Aliased Type§
enum BinaryFunction {
None,
Some(fn(_: &Vec<Type>, _: &Type, _: Object, _: Object, _: &NessaContext) -> Result<Object, String>),
}