Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ half_width
Method
half_width
cranelift/codegen/meta/src/cdsl/typevar.rs:246–248 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
244
self.derived(DerivedFunc::AsTruthy)
245
}
246
pub fn half_width(&self) -> TypeVar {
247
self.derived(DerivedFunc::HalfWidth)
248
}
249
pub fn double_width(&self) -> TypeVar {
250
self.derived(DerivedFunc::DoubleWidth)
251
}
Callers
1
image
Method · 0.45
Calls
5
from_iter
Function · 0.85
derived
Method · 0.80
clone
Method · 0.45
map
Method · 0.45
iter
Method · 0.45
Tested by
no test coverage detected