Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ index_mut
Method
index_mut
cranelift/entity/src/primary.rs:273–275 ·
view source on GitHub ↗
(&mut self, k: K)
Source
from the content-addressed store, hash-verified
271
K: EntityRef,
272
{
273
fn index_mut(&mut self, k: K) -> &mut V {
274
&mut self.elems[k.index()]
275
}
276
}
277
278
impl<K, V> IntoIterator for PrimaryMap<K, V>
Callers
nothing calls this directly
Calls
1
index
Method · 0.45
Tested by
no test coverage detected