-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expand documentation of Set (#45416)
Hash sets have properties that can be counter-intuitive to people not familiar with computer science: They provide constant-time membership testing, are unordered, and deduplicate their elements as determined by `isequal` and `hash`. This commit expands the documentation of `Set` to mention the above properties, and also that it is a subtype of `AbstractSet`.
- Loading branch information
1 parent
d84f890
commit cbcb359
Showing
1 changed file
with
36 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters