MCPcopy Create free account
hub / github.com/Amanieu/regalloc3 / into_iter

Method into_iter

src/entity/sparse.rs:322–324  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

320
321 #[inline]
322 fn into_iter(self) -> Self::IntoIter {
323 self.dense.into_iter()
324 }
325}
326
327impl<'a, K, V> IntoIterator for &'a SparseMap<K, V>

Callers 1

into_valuesMethod · 0.45

Calls 2

iterMethod · 0.45
iter_mutMethod · 0.45

Tested by

no test coverage detected