Replying to twitter.com/berkes/status/1350111953776123906
That sets have no unique values, and they’re unordered:
irb> Set[3,3,3,2,2,2,1]
=> #<Set: {3, 2, 1}>
That sets have no unique values, and they’re unordered:
irb> Set[3,3,3,2,2,2,1]
=> #<Set: {3, 2, 1}>