list2vector

| Name | Type | Description | Optional |
|---|---|---|---|
input |
list<?0> |
input collection |
no |
| Name | Type | Description | Optional |
|---|---|---|---|
output |
vector<?0> |
output collection |
no |
list2vector converts the input list to a vector with the same elements in the same order.