SE-0203 — Rename Sequence.elementsEqual

I don't think it's a dumb idea and I think it should be considered.

Sets are inherently unordered collections. Placing any guarantees at all about iteration order (outside of OrderedSet) may not be in line with the type's fundamental semantics.

1 Like