Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
impl SmallSetWord for u32 {
Callers
4
new
Method · 0.80
next
Method · 0.80
next_present_from
Method · 0.80
next
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected