slang::ast::DistExpression::DistItem struct

A single distribution item.

Public variables

const Expression& value
The expression being modified.
std::optional<DistWeight> weight
The weight to apply to the expression.