slang::ast::CaseAssertionExpr::ItemGroup struct

A group of items that match one case item.

Public variables

std::span<const Expression*const > expressions
The expressions that are checked for matching.
not_null<const AssertionExpr*> body
The expression that applies if an item matches.