MCPcopy Create free account
hub / github.com/Amanieu/regalloc3 / count_ones

Method count_ones

src/entity/small_set.rs:41–43  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39
40 #[inline]
41 fn count_ones(self) -> usize {
42 self.count_ones() as usize
43 }
44
45 #[inline]
46 fn trailing_zeros(self) -> usize {

Callers 2

countMethod · 0.80
countMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected