cairo_lang_casm

Module builder

Source

Structs§

  • The builder result.
  • Builder to more easily write casm code without specifically thinking about ap changes and the sizes of opcodes. Wrong usages of it would panic instead of returning a result, as this builder assumes we are in a post validation of parameters stage.
  • The state of the variables at some line.
  • Variables for casm builder, representing a CellExpression.

Traits§

  • A generalization of Clone to borrowed data.