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
Description
Description
Details
Details
- Severity
- Minor
- Resolution
- Open
- Reproducibility
- N/A
- Operating System
- Windows 10 x64
- Category
- General