aboutsummaryrefslogtreecommitdiff
path: root/python/python3-ordered-set/README
blob: 0543976668ee6c1e368833de8e92e84c9fd69edf (plain)
1
2
3
4
An OrderedSet is a mutable data structure that is a hybrid of a list
and a set.
It remembers the order of its entries, and every entry has an index
number that can be looked up.