This repository was archived by the owner on May 3, 2026. It is now read-only.
This repository was archived by the owner on May 3, 2026. It is now read-only.
remove removes a seemingly random entry if multiple same entries are contained #2
Consider having multiple instances of the int
10in a collection. calling$collection->remove(10);will cause one of them to be removed, but you're not sure which one; this may be especially annoying when keys are used.