pub fn get_term_args<'a, 'b, const N: usize>( query: &'a UniverseQuery<'a>, term: &'b Term, name: &str, ) -> Option<[&'b Term; N]>
Returns the exact number of arguments of term term if its name matches name.
term
name