Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/regalloc3
/ as_slice
Method
as_slice
src/entity/sparse.rs:218–220 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
216
#[inline]
217
#[must_use]
218
pub fn as_slice(&self) -> &[(K, V)] {
219
self.dense.as_slice()
220
}
221
222
/// Get the values as a mutable vector.
223
///
Callers
7
next
Method · 0.45
process_edit
Method · 0.45
collect_used_spillslots
Method · 0.45
group_members
Method · 0.45
segments
Method · 0.45
dump
Method · 0.45
emit_vreg
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected