Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SoftbearStudios/bitcode
/ to_unsigned
Method
to_unsigned
src/pack_ints.rs:119–121 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
117
const MIN: Self;
118
const MAX: Self;
119
fn to_unsigned(self) -> Self::Unsigned {
120
bytemuck::must_cast(self)
121
}
122
}
123
124
macro_rules! impl_int {
Callers
1
pack_ints_sized
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected