-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Open
Labels
collectionsData structures holding multiple items, e.g. setsData structures holding multiple items, e.g. setsdocsThis change adds or pertains to documentationThis change adds or pertains to documentation
Description
In the section on General Collections it's not stated explicitly whether a general collection must implement all of isempty, empty!, length, checked_length. Or may implement them? Or something else?
It's not clear what "Fully implemented by:" means in this section. The types listed in fact don't implement all of these. Immutable types (eg Tuple) typically do not implement empty!.
Maybe I am reading the section incorrectly, but it seems to me that this should be clarified. See this discourse post
Metadata
Metadata
Assignees
Labels
collectionsData structures holding multiple items, e.g. setsData structures holding multiple items, e.g. setsdocsThis change adds or pertains to documentationThis change adds or pertains to documentation