slang::ast::RandCaseStatement class

Represents a randcase statement.

Base classes

class Statement
The base class for all statements in SystemVerilog.

Public types

struct Item
An item in the randcase list.

Public variables

std::span<Item const > items
The list of items to pick from.