You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloning the whole native array is super fast or super slow depending on the size and maybe the consumer just wants to access a specific element, or perhaps just loop through the array.
Span also has a friendly ToArray() method if that's what the consumer really wants.