diff options
| author | Antonio Leal <antonioleal@yahoo.com> | 2025-09-24 21:32:40 +0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-09-26 21:55:24 +0700 |
| commit | 06b1878e82c7a42b2ee4d1cefafacf4e41ef4eea (patch) | |
| tree | 089280662e98c0708c9796a19883d1d16b86c61c /python/python3-ordered-set/slack-desc | |
| parent | e5c91ae9dce1ae487b6e64e194d993ddeffbcfb5 (diff) | |
python/python3-ordered-set: Added (mutable data structure).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-ordered-set/slack-desc')
| -rw-r--r-- | python/python3-ordered-set/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-ordered-set/slack-desc b/python/python3-ordered-set/slack-desc new file mode 100644 index 0000000000..095d9de39b --- /dev/null +++ b/python/python3-ordered-set/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-ordered-set: python3-ordered-set (Python3 hybrid of a list and a set) +python3-ordered-set: +python3-ordered-set: An OrderedSet is a mutable data structure that is a hybrid of a list +python3-ordered-set: and a set. +python3-ordered-set: It remembers the order of its entries, and every entry has an index +python3-ordered-set: number that can be looked up. +python3-ordered-set: +python3-ordered-set: +python3-ordered-set: +python3-ordered-set: +python3-ordered-set: |
