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

Method into_iter

cranelift/bitset/src/compound.rs:562–564  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

560
561 #[inline]
562 fn into_iter(self) -> Self::IntoIter {
563 self.iter()
564 }
565}
566
567/// An iterator over the elements in a [`CompoundBitSet`].

Callers

nothing calls this directly

Calls 1

iterMethod · 0.45

Tested by

no test coverage detected