pub type OptNaryFunctionFn = Option<NaryFunctionFn>;
pub enum OptNaryFunctionFn { None, Some(fn((&mut Vec<Object>, &mut usize, &mut Vec<(i32, usize, i32)>, &mut i32), &Vec<Type>, &Type) -> Result<(), String>), }
No value.
Some value of type T.
T