Page MenuHomeFeedback Tracker

Add set<T>::RemoveItem
Closed, ResolvedPublic

Description

Add a function to the set<T> class to remove an item from it. Right now it is always two lines of code to, first Find to get an index or -1, and then if not -1 do Remove(idx). That could be shortened for convenience.
array<T> has it too with RemoveItem

Details

Severity
Minor
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
General

Event Timeline

Arkensor created this task.Apr 14 2023, 8:04 AM
Geez changed the task status from New to Assigned.Apr 14 2023, 10:46 AM
Geez closed this task as Resolved.Apr 17 2023, 1:49 PM
Geez claimed this task.
Geez added a subscriber: Geez.

Fixed for 0.9.8 update.