struct
#include <slang/ast/LValue.h>
Concat A concatenation of lvalues is also an lvalue and can be assigned to.
Public types
Constructors, destructors, conversion operators
-
Concat(std::
vector<LValue>&& elems, Kind kind) - Constructs a new Concat instance.
Public variables
-
std::
vector<LValue> elems - The lvalue elements being concatenated.