Function intern_all::ev
source · pub fn ev<'a, T: Internable>(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
pub fn ev<'a, T: Internable>(s: impl IntoIterator<Item = &'a Tok<T>>) -> Vec<T>Fully resolve a list of interned things. If the list is interned, use Tok