slang::ast::RandCaseStatement::Item struct

An item in the randcase list.

Public variables

not_null<const Expression*> expr
The expression to match against.
not_null<const Statement*> stmt
The statement to execute upon a match.