Closed as not planned
Description
Description
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).