slang::ast::PackedArrayType class

Represents a packed array of some simple element type (vectors, packed structures, other packed arrays).

Base classes

class IntegralType
A base class for integral types, which include all scalar types, predefined integer types, packed arrays, packed structures, packed unions, and enum types.

Public variables

const Type& elementType
The underlying element type.
ConstantRange range
The range of the array.