MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / wider

Method wider

cranelift/codegen/meta/src/cdsl/typevar.rs:268–270  ·  view source on GitHub ↗

Make a new [TypeVar] that includes all types wider than self.

(&self)

Source from the content-addressed store, hash-verified

266
267 /// Make a new [TypeVar] that includes all types wider than self.
268 pub fn wider(&self) -> TypeVar {
269 self.derived(DerivedFunc::Wider)
270 }
271}
272
273impl From<&TypeVar> for TypeVar {

Callers

nothing calls this directly

Calls 1

derivedMethod · 0.80

Tested by

no test coverage detected