clone()
Copy the contents of this array into a newly allocated unique array instance with just enough capacity to hold all its elements.
Declaration
func clone() -> UniqueArray<Element>Copy the contents of this array into a newly allocated unique array instance with just enough capacity to hold all its elements.
func clone() -> UniqueArray<Element>