slang::ast::CaseStatement::ItemGroup struct

A group of items in a case statement.

Public variables

std::span<const Expression*const > expressions
A list of expression that can match this group.
not_null<const Statement*> stmt
The group statement body.