vec_lit_op

Function vec_lit_op 

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