-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does uniq
preserve order?
#62
Comments
Depends on the definition of order preserving. For an imagined example The Set documentation states:
This effectively guarantees that the order would be |
If it fits your use case, would you mind adding that to the documentation and providing tests so this is marked as an official feature? |
|
🎉 This issue has been resolved in version 1.8.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
It would be worth noting if
uniq
preserves the order of elements in the sequence or not. Preserving order would be better, but might be unattainable with theSet
based implementation.The text was updated successfully, but these errors were encountered: