pub fn list_to_vec<'a, 'b>( query: &'a UniverseQuery<'a>, list_term: &'b Term, ) -> Option<Vec<&'b Term>>
Converts a list built with l/2 to a Vec. Fails if any of the elements are not a list.
l/2
Vec