slang::ast::StreamingConcatenationExpression::StreamExpression struct

A single stream expression within the concatenation.

Public variables

not_null<const Expression*> operand
The operand expression.
const Expression* withExpr
An optional with clause selecting a range for the operand.
std::optional<bitwidth_t> constantWithWidth
If there is a withExpr and it has a constant value, this is the width of the selection.