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

Method iter

cranelift/entity/src/primary.rs:119–121  ·  view source on GitHub ↗

Iterate over all the keys and values in this map.

(&self)

Source from the content-addressed store, hash-verified

117
118 /// Iterate over all the keys and values in this map.
119 pub fn iter(&self) -> Iter<'_, K, V> {
120 Iter::new(self.elems.iter())
121 }
122
123 /// Iterate over all the keys and values in this map, mutable edition.
124 pub fn iter_mut(&mut self) -> IterMut<'_, K, V> {

Callers 3

valuesMethod · 0.45
into_iterMethod · 0.45
iter_revFunction · 0.45

Calls 1

newFunction · 0.50

Tested by 1

iter_revFunction · 0.36