Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ lane_of
Method
lane_of
cranelift/codegen/meta/src/cdsl/typevar.rs:240–242 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
238
}
239
240
pub fn lane_of(&self) -> TypeVar {
241
self.derived(DerivedFunc::LaneOf)
242
}
243
pub fn as_truthy(&self) -> TypeVar {
244
self.derived(DerivedFunc::AsTruthy)
245
}
Callers
1
image
Method · 0.45
Calls
2
derived
Method · 0.80
clone
Method · 0.45
Tested by
no test coverage detected