chen3feng / stl4go

Generic Container and Algorithm Library for Go
Apache License 2.0
313 stars 49 forks source link

Add OrderedSet #121

Open chen3feng opened 5 months ago

chen3feng commented 5 months ago

It is like OrderedDict in Python. It is not SortedSet, It maintains the order of insertion.