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

Method iter

cranelift/bitset/src/compound.rs:503–509  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

501 /// ```
502 #[inline]
503 pub fn iter(&self) -> Iter<'_, T> {
504 Iter {
505 bitset: self,
506 word: 0,
507 sub: None,
508 }
509 }
510
511 /// Returns an iterator over the words of this bit-set or the in-memory
512 /// representation of the bit set.

Callers 6

fmtMethod · 0.45
lenMethod · 0.45
update_maxMethod · 0.45
iter_scalarsMethod · 0.45
into_iterMethod · 0.45
nextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected