vector2list

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