MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / values_mut

Method values_mut

cranelift/entity/src/primary.rs:109–111  ·  view source on GitHub ↗

Iterate over all the values in this map, mutable edition.

(&mut self)

Source from the content-addressed store, hash-verified

107
108 /// Iterate over all the values in this map, mutable edition.
109 pub fn values_mut(&mut self) -> slice::IterMut<'_, V> {
110 self.elems.iter_mut()
111 }
112
113 /// Get this map's underlying values as a slice.
114 pub fn as_values_slice(&self) -> &[V] {

Callers 2

valuesFunction · 0.45
values_revFunction · 0.45

Calls 1

iter_mutMethod · 0.45

Tested by 2

valuesFunction · 0.36
values_revFunction · 0.36