list.union
Remove duplicates from a list. (similar to zl.union)
list.union(input1, input2): out1
Arguments:
Arguments
Name | Type | Default | Description |
---|---|---|---|
input1 | list | list input | |
input2 | list | list input |
Returns
Name | Type | Description |
---|---|---|
out1 | list | all items in both lists with duplicates removed |