slang::ast::StructuredAssignmentPatternExpression::TypeSetter struct

A setter for a specific type.

Public variables

not_null<const Type*> type
The type to which this setter applies.
not_null<const Expression*> expr
An expression for the value to set.