Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
132
impl<
'a, K, V> IntoIterator for &'
a mut BoxedSlice<K, V>
Callers
nothing calls this directly
Calls
3
new
Function · 0.50
iter
Method · 0.45
iter_mut
Method · 0.45
Tested by
no test coverage detected