godot
godot copied to clipboard
Add method to swap array elements
Closes godotengine/godot-proposals#10771.
Adds a swap
method to Array
, allowing for more concise swapping of elements without using a buffer variable.