Module hugr_core::ops::leaf

source ·
Expand description

Definition of dataflow operations with no children.

Structs§

  • A node which adds a extension req to the types of the wires it is passed It has no effect on the values passed along the edge
  • An operation that packs all its inputs into a tuple.
  • A no-op operation.
  • An operation that creates a tagged sum value from one of its variants.
  • An operation that unpacks a tuple into its components.