slang::ast::LValue class

An lvalue is anything that can appear on the left hand side of an assignment expression.

It represents some storage location in memory that can be read from and written to.

Public types

using Concat = std::vector<LValue>
A concatenation of lvalues is also an lvalue and can be assigned to.