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

Method trailing_zeros

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

Source from the content-addressed store, hash-verified

44
45 #[inline]
46 fn trailing_zeros(self) -> usize {
47 self.trailing_zeros() as usize
48 }
49}
50
51impl SmallSetWord for u32 {

Callers 4

newMethod · 0.80
nextMethod · 0.80
next_present_fromMethod · 0.80
nextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected