Structs§
- Cast
Type - The type of casting between two integer types.
- Downcast
Concrete Libfunc - A concrete version of the
downcast
libfunc. See DowncastLibfunc. - Downcast
Libfunc - Libfunc for casting from one type to another where the input value may not fit into the destination type. For example, from u64 to u8.
- Upcast
Libfunc - Libfunc for casting from one type to another where any input value can fit into the destination type. For example, from u8 to u64.