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

Method next_back

cranelift/entity/src/iter.rs:42–44  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

40
41impl<'a, K: EntityRef, V> DoubleEndedIterator for Iter<'a, K, V> {
42 fn next_back(&mut self) -> Option<Self::Item> {
43 self.enumerate.next_back().map(|(i, v)| (K::new(i), v))
44 }
45}
46
47impl<'a, K: EntityRef, V> ExactSizeIterator for Iter<'a, K, V> {}

Callers

nothing calls this directly

Calls 2

newFunction · 0.50
mapMethod · 0.45

Tested by

no test coverage detected