slang::ast::PatternCaseStatement::ItemGroup struct

A group of items in a pattern case statement.

Public variables

not_null<const Pattern*> pattern
The pattern that controls whether the group matches.
const Expression* filter
An optional filter condition.
not_null<const Statement*> stmt
The statement to execute if a match is found.