CMD + K

ordered-set

Community

A MutableSet that remembers its order, so that every entry has an index.

Installation

To install this package, run one of the following:

Conda
$conda install ad-testing::ordered-set

Usage Tracking

4.1.0
1 / 8 versions selected
Total downloads: 0

Description

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.

About

Summary

A MutableSet that remembers its order, so that every entry has an index.

Information Last Updated

Sep 8, 2025 at 17:27

License

MIT

Total Downloads

12