list.swap
Swap two list indexes
list.swap(input, indexes): out1
Arguments:
Arguments
Name | Type | Default | Description |
---|---|---|---|
input | list | list input | |
indexes | list | Indexes to swap |
Returns
Name | Type | Description |
---|---|---|
out1 | list | new list |
Swap two list indexes
list.swap(input, indexes): out1
Name | Type | Default | Description |
---|---|---|---|
input | list | list input | |
indexes | list | Indexes to swap |
Name | Type | Description |
---|---|---|
out1 | list | new list |