list2vector

SpecialNodes list2vector

input ports:
Name Type Description Optional

input

list<?0>

input collection

no

output ports:
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.