Type Alias ryna::operations::OptNaryFunctionFn

source ·
pub type OptNaryFunctionFn = Option<NaryFunctionFn>;

Aliased Type§

enum OptNaryFunctionFn {
    None,
    Some(fn(_: (&mut Vec<Object>, &mut usize, &mut Vec<(i32, usize, i32)>, &mut i32), _: &Vec<Type>, _: &Type) -> Result<(), String>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(fn(_: (&mut Vec<Object>, &mut usize, &mut Vec<(i32, usize, i32)>, &mut i32), _: &Vec<Type>, _: &Type) -> Result<(), String>)

Some value of type T.