pub fn ev<'a, T: 'static + Eq + Hash + Clone + Send + Sync>( s: impl IntoIterator<Item = &'a Tok<T>> ) -> Vec<T>
Fully resolve a list of interned things. If the list is interned, use Tok