slang::ast::CallExpression::IteratorCallInfo struct

Extra information associated with an iterator method call.

Public variables

const Expression* iterExpr
The iterator expression specified with the call.
const ValueSymbol* iterVar
The iterator variable.