makevector

shown here for N = 2
| Name | Type | Description | Optional |
|---|---|---|---|
in0 |
?0 |
first element of new vector |
no |
in1 |
?0 |
second element of new vector |
no |
… |
|||
in N-1 |
?0 |
final element of new vector |
no |
| Name | Type | Description | Optional |
|---|---|---|---|
output |
vector<?0> |
vector with N elements |
no |
makevector reads each of its N inputs and outputs a vector with those N elements.