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

Method into_iter

cranelift/entity/src/boxed_slice.rs:127–129  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

125 type IntoIter = Iter<'a, K, V>;
126
127 fn into_iter(self) -> Self::IntoIter {
128 Iter::new(self.elems.iter())
129 }
130}
131
132impl<'a, K, V> IntoIterator for &'a mut BoxedSlice<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