vidi::util::solver

Function list_to_vec

Source
pub fn list_to_vec<'a, 'b>(
    query: &'a UniverseQuery<'a>,
    list_term: &'b Term,
) -> Option<Vec<&'b Term>>
Expand description

Converts a list built with l/2 to a Vec. Fails if any of the elements are not a list.