-
- Downloads
Changed ordo of array-({item}) from O(n log n) to O(n).
This especially helps when you have arrays with objects with `< and `== operator overloading, where the constant is also changed dramatically. Also, it is now enough to have == operator overloading to get - to work (given that there is at most one object in the array getting items removed.)
Loading
Please register or sign in to comment