list_swap_elements (list l, integer p1, integer p2) ⇒ list
Swaps two elements within the list, l, at positions p1 and p2 within the list. Note: This function does not copy the list, l, but simply swaps the elements in the original list.
First available: Version 1.3.3
Comments