OrderedCollections.jl icon indicating copy to clipboard operation
OrderedCollections.jl copied to clipboard

Add LittleSet?

Open CameronBieganek opened this issue 3 years ago • 3 comments

CameronBieganek avatar Jun 18 '21 21:06 CameronBieganek

It's really close to Vector/Tuple, but not quite

oxinabox avatar Jun 18 '21 21:06 oxinabox

Yeah, I'd like something like Tuple but with (1, 2) == (2, 1) (for any length "tuple"/LittleSet).

CameronBieganek avatar Jun 18 '21 21:06 CameronBieganek

I am coming around to being convinced this is useful. Getting hash to work should be fine we just do a symmetric operation like xoring the hash of each element. I can't think of a way to impement == that is good.

oxinabox avatar Aug 02 '24 06:08 oxinabox