Module casts

Source

Structs§

CastType
The type of casting between two integer types.
DowncastConcreteLibfunc
A concrete version of the downcast libfunc. See DowncastLibfunc.
DowncastLibfunc
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.
UpcastLibfunc
Libfunc for casting from one type to another where any input value can fit into the destination type. For example, from u8 to u64.

Enums§

CastConcreteLibfunc
CastLibfunc