Skip to main content

Mojo module

rebind

Implements type rebind.

These are Mojo built-ins, so you don't need to import them.

Functions

  • rebind: Statically assert that a parameter input type src_type resolves to the same type as a parameter result type dest_type after function instantiation and "rebind" the input to the result type.

Was this page helpful?