Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/regalloc3
/ as_mut_vec
Method
as_mut_vec
src/entity/sparse.rs:227–229 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
225
/// afterwards.
226
#[inline]
227
pub fn as_mut_vec(&mut self) -> &mut Vec<(K, V)> {
228
&mut self.dense
229
}
230
231
/// Re-builds the map of keys to values.
232
///
Callers
1
compute
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected