Andrew Kelley 59de7e3a57 std: introduce orderedRemoveMany
This algorithm is non-trivial and makes sense for any data structure
that acts as an array list, so I thought it would make sense as a
method.

I have a real world case for this in a music player application
(deleting queue items).

Adds the method to:
* ArrayList
* ArrayHashMap
* MultiArrayList
2025-08-11 13:32:12 -07:00
..
2025-08-08 17:17:53 -07:00
2025-08-08 17:17:53 -07:00
2025-08-08 17:17:53 -07:00
2025-08-01 09:00:27 +02:00
2025-04-04 06:08:09 +02:00
2025-08-11 13:32:12 -07:00
2025-08-11 11:30:51 -07:00