|
|
|
|
|
by cogman10
863 days ago
|
|
I've never seen this example. There are set implementations which maintain order, but in my experience it's fairly rare to both need "no duplicates" and "items inserted maintain order". It's fairly easy to remove the set and replace it with something else if this does come up. |
|