slang::ast::SequenceRange struct

Represents a range of potential sequence matches.

Public variables

uint32_t min
The minimum length of the range.
std::optional<uint32_t> max
The maximum length of the range. If unset, the maximum is unbounded.