MCPcopy 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

nextMethod · 0.45
process_editMethod · 0.45
group_membersMethod · 0.45
segmentsMethod · 0.45
dumpMethod · 0.45
emit_vregMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected