set2list
Name | Type | Description | Optional |
---|---|---|---|
input |
set<?0> |
input collection |
no |
Name | Type | Description | Optional |
---|---|---|---|
output |
list<?0> |
output list |
no |
set2list
converts the input set to a list with elements in the same order as when iterating over the set.