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

Method next_back

cranelift/bitset/src/scalar.rs:605–607  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

603{
604 #[inline]
605 fn next_back(&mut self) -> Option<Self::Item> {
606 self.bitset.pop_max()
607 }
608}
609
610impl<T> ExactSizeIterator for Iter<T>

Callers

nothing calls this directly

Calls 1

pop_maxMethod · 0.80

Tested by

no test coverage detected