Enum ProductionKind

Enum Documentation

enum class sequant::eval::ProductionKind

How a cell’s content comes to be: computed by a build step (Build), accumulated from another cell’s per-batch partials (Assemble), or handed over by the leaf evaluator (Leaf).

Values:

enumerator Build
enumerator Assemble
enumerator Leaf