The trick I tend to like to do, use a dict with an index of your own. There you go, ordered set.
You have to build your own stuff around it and pull and push data annoyingly but you do get effectively an ordered set.
The trick I tend to like to do, use a dict with an index of your own. There you go, ordered set.
You have to build your own stuff around it and pull and push data annoyingly but you do get effectively an ordered set.