Skip to content
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

Add uniq method to list type #655

Merged
merged 4 commits into from
Sep 6, 2023

Conversation

briandowns
Copy link
Contributor

What's Changed:

Add the ability to deduplicate a list.

Type of Change:

  • Bug fix
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Housekeeping:

  • Tests have been updated to reflect the changes done within this PR (if applicable).
  • Documentation has been updated to reflect the changes done within this PR (if applicable).

Screenshots (If Applicable):

Signed-off-by: Brian Downs <brian.downs@gmail.com>
Signed-off-by: Brian Downs <brian.downs@gmail.com>
@Jason2605
Copy link
Member

Neat way of handling it! Can I be a pain and change it to unique please?

It also makes me think I probably need to re-look at the set data type it’s not really had very much love

Signed-off-by: Brian Downs <brian.downs@gmail.com>
Signed-off-by: Brian Downs <brian.downs@gmail.com>
@briandowns
Copy link
Contributor Author

Not a pain. Your language, your preferences. :D

@Jason2605
Copy link
Member

Thank you, and thanks for this!

@Jason2605 Jason2605 merged commit a8702e5 into dictu-lang:develop Sep 6, 2023
This was referenced Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants