Function intern_all::ibv

source ·
pub fn ibv<'a, Q>(s: impl IntoIterator<Item = &'a Q>) -> Tok<Vec<Tok<Q::Owned>>>
where Q: ?Sized + Eq + Hash + ToOwned + 'a, Q::Owned: Internable,
Expand description

Intern a list of borrowed items in the global interner. See also iv