About Anaconda Help Download Anaconda

main / packages / ordered-set 4.1.0

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

Installers

  • linux-s390x v4.1.0
  • linux-64 v4.1.0
  • osx-arm64 v4.1.0
  • linux-aarch64 v4.1.0
  • osx-64 v4.1.0
  • win-64 v4.1.0
  • linux-ppc64le v4.1.0

conda install

To install this package run one of the following:
conda install main::ordered-set

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.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy