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
Combining array_unique and array_merge is very common. I think a performance-optimized array_merge_unique method would be greatly appreciated by a lot of people.
Edit: My main point is that having a single method which covers this common use case would make code cleaner (regardless of performance).