Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ into_iter
Method
into_iter
cranelift/entity/src/sparse.rs:238–240 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
236
type IntoIter = slice::Iter<'a, V>;
237
238
fn into_iter(self) -> Self::IntoIter {
239
self.values()
240
}
241
}
242
243
/// Any `EntityRef` can be used as a sparse map value representing itself.
Callers
2
extend
Method · 0.45
from_iter
Method · 0.45
Calls
1
values
Method · 0.45
Tested by
no test coverage detected