slang::ast::OpenRangeExpression class

Denotes a range of values by providing expressions for the lower and upper bounds of the range.

This expression needs special handling in the various places that allow it, since it doesn't really have a type.

Base classes

class Expression
The base class for all expressions in SystemVerilog.