MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / into_iter

Method into_iter

cranelift/entity/src/primary.rs:285–287  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

283 type IntoIter = IntoIter<K, V>;
284
285 fn into_iter(self) -> Self::IntoIter {
286 IntoIter::new(self.elems.into_iter())
287 }
288}
289
290impl<'a, K, V> IntoIterator for &'a PrimaryMap<K, V>

Callers

nothing calls this directly

Calls 3

newFunction · 0.50
iterMethod · 0.45
iter_mutMethod · 0.45

Tested by

no test coverage detected