Jamie Balfour

Welcome to my personal website.

Find out more about me, my personal projects, reviews, courses and much more here.

Official ZPE/YASS documentationlist_swap_elements

Official ZPE/YASS documentationlist_swap_elements

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
Feedback 👍
Comments are sent via email to me.