git ssb

1+

Matt McKegg / mutant



Commit 384839d826d48b42af545900fe4d88c8df62357d

Merge pull request #19 from arj03/master

Clarify what a Set is
Matt McKegg authored on 11/2/2017, 1:11:48 AM
GitHub committed on 11/2/2017, 1:11:48 AM
Parent: 01e9e1d516a0bcf09d486425ab7cba0f919f5a1a
Parent: 99d3f3d7b85a5afe2ec5697b55108d9b58dbf1c8

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