slang::ast::IteratorSymbol class

Represents an iterator variable created for array manipulation methods.

Base classes

class TempVarSymbol
Represents a temporary variable materialized within a limited scope such as a single expression.

Public variables

const Type& arrayType
The type of the array that this iterator traverses.