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

Method iter_mut

cranelift/entity/src/primary.rs:124–126  ·  view source on GitHub ↗

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

(&mut self)

Source from the content-addressed store, hash-verified

122
123 /// Iterate over all the keys and values in this map, mutable edition.
124 pub fn iter_mut(&mut self) -> IterMut<'_, K, V> {
125 IterMut::new(self.elems.iter_mut())
126 }
127
128 /// Remove all entries from this map.
129 pub fn clear(&mut self) {

Callers 4

values_mutMethod · 0.45
into_iterMethod · 0.45
iterFunction · 0.45
iter_revFunction · 0.45

Calls 1

newFunction · 0.50

Tested by 2

iterFunction · 0.36
iter_revFunction · 0.36