From 06b1878e82c7a42b2ee4d1cefafacf4e41ef4eea Mon Sep 17 00:00:00 2001 From: Antonio Leal Date: Wed, 24 Sep 2025 21:32:40 +0700 Subject: python/python3-ordered-set: Added (mutable data structure). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-ordered-set/slack-desc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 python/python3-ordered-set/slack-desc (limited to 'python/python3-ordered-set/slack-desc') 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: -- cgit v1.2.3