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

Method narrower

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

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

(&self)

Source from the content-addressed store, hash-verified

261
262 /// Make a new [TypeVar] that includes all types narrower than self.
263 pub fn narrower(&self) -> TypeVar {
264 self.derived(DerivedFunc::Narrower)
265 }
266
267 /// Make a new [TypeVar] that includes all types wider than self.
268 pub fn wider(&self) -> TypeVar {

Callers

nothing calls this directly

Calls 1

derivedMethod · 0.80

Tested by

no test coverage detected