MCPcopy Create free account
hub / github.com/NthTensor/Forte / iter_bits

Method iter_bits

src/util.rs:59–61  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

57
58impl IterBits for u32 {
59 fn iter_bits(self) -> BitIter {
60 BitIter { bitset: self }
61 }
62}
63
64pub struct BitIter {

Callers 4

unfreeze_membershipMethod · 0.80
broadcastMethod · 0.80
spawn_broadcastMethod · 0.80
spawn_broadcastMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected