vec_op

Function vec_op 

Source
pub fn vec_op<T, A>(f: fn(Vec<T>) -> A, a: &[Expression]) -> Option<A>
where T: TryFrom<Literal>,