clone
Creates a clone of the wrapped array without calling the internal iterator, thereby improving performance-- particularly for larger arrays. For more information refer to this comparison benchmark (opens in a new tab)
This operation returns the same as
[...arr]