scala / scala-library-next

backwards-binary-compatible Scala standard library additions
Apache License 2.0
69 stars 17 forks source link

Add SeqSet #22

Open NthPortal opened 4 years ago

NthPortal commented 4 years ago

Add SeqSet, mirroring SeqMap.

NthPortal commented 3 years ago

Note: without adding new implementations for the new traits, this depends on #21

NthPortal commented 3 years ago

thoughts on this change? (👍 in favour, 👎 against)

julienrf commented 3 years ago

So, we would have LinkedHashSet as a concrete subtype of SeqSet?

NthPortal commented 3 years ago

yes, although it will take some fiddling to make that actually work in scala-library-next (if it's not final, we might be able to subtype it with a mixin?)

SethTisue commented 11 months ago

We'd want VectorSet as well: #168