cairo_lang_sierra::extensions::modules

Module casts

source

Structs§

  • The type of casting between two integer types.
  • A concrete version of the downcast libfunc. See 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.
  • 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§