Enum AssembleKind

Enum Documentation

enum class sequant::eval::AssembleKind

How an Assemble production combines the partials of its source: summing them into one value (Sum) or scattering each into its own block of the target (Scatter).

Values:

enumerator Sum
enumerator Scatter