Function intern_all::ev

source ·
pub fn ev<'a, T: 'static + Eq + Hash + Clone + Send + Sync>(
    s: impl IntoIterator<Item = &'a Tok<T>>
) -> Vec<T>
Expand description

Fully resolve a list of interned things. If the list is interned, use Tok