Replies: 1 comment
-
The keys, values and items views would be instances of the SetList, Bag, Set & List (or ListExtended) abstract base classes.
ordering / indexing and freezing are orthogonal to these concerns |
Beta Was this translation helpful? Give feedback.
-
Dicts could get the same treatment as Collections. The std lib or common libraries support most of these individually, but what if you want a multidict with a default factory? Or a frozen multidict?
Beta Was this translation helpful? Give feedback.
All reactions