scala-library-next icon indicating copy to clipboard operation
scala-library-next copied to clipboard

Add SeqSet

Open NthPortal opened this issue 5 years ago • 5 comments

Add SeqSet, mirroring SeqMap.

NthPortal avatar Oct 24 '20 21:10 NthPortal

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

NthPortal avatar Dec 03 '20 03:12 NthPortal

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

NthPortal avatar Dec 03 '20 03:12 NthPortal

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

julienrf avatar Dec 03 '20 17:12 julienrf

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?)

NthPortal avatar Dec 03 '20 18:12 NthPortal

We'd want VectorSet as well: #168

SethTisue avatar Nov 29 '23 14:11 SethTisue