Module miden_core::code_blocks

source ·

Structs

  • Block for a function call.
  • Block for dynamic code where the target is specified by the stack.
  • Block for sequential execution of two sub-blocks.
  • Block for a conditional loop.
  • A batch of operations in a Span block.
  • Block for a unknown function call.
  • Block for a linear sequence of operations (i.e., no branching or loops).
  • Block for conditional execution.

Enums

Constants

Functions

  • Returns the total number of operation groups in a span defined by the provides list of operation batches.