git ssb

1+

Matt McKegg / mutant



Commit 99d3f3d7b85a5afe2ec5697b55108d9b58dbf1c8

Clarify what a Set is

Anders Rune Jensen authored on 11/1/2017, 7:29:50 AM
GitHub committed on 11/1/2017, 7:29:50 AM
Parent: 01e9e1d516a0bcf09d486425ab7cba0f919f5a1a

Files changed

README.mdchanged
README.mdView
@@ -163,9 +163,9 @@
163163 * `dict.keys()` return array of keys.
164164
165165 ### Set
166166
167-Represents a collection like [Array](#Array) except without ordering.
167 +Represents a collection like [Array](#Array) except without ordering or duplicate values.
168168
169169 additional methods:
170170 * `set.add(value)` add `value` to the set.
171171 * `set.clear()` remove all items.

Built with git-ssb-web