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

Method into_values

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

Source from the content-addressed store, hash-verified

277 #[inline]
278 #[must_use]
279 pub fn into_values(self) -> impl DoubleEndedIterator<Item = V> + ExactSizeIterator {
280 self.dense.into_iter().map(|(_k, v)| v)
281 }
282
283 /// Scan through each key-value pair in the map and keep those where the
284 /// closure `keep` returns `true`.

Callers

nothing calls this directly

Calls 2

mapMethod · 0.80
into_iterMethod · 0.45

Tested by

no test coverage detected