new_declaration: `declaration` constructor
Description
The internal constructor for a declaration vector. The user-facing version is `declaration`.
Usage
new_declaration(identifier = list(), definition = list())
Value
An assemblerr_declaration object
Details
The arguments `identifier` and `definition` are lists of R expressions. For `identifier` only symbols, array expressions
(e.g., theta[1]), or NULL are permitted.