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

feat: set.values() #729

Merged
merged 4 commits into from
Jan 17, 2024
Merged

feat: set.values() #729

merged 4 commits into from
Jan 17, 2024

Conversation

liz3
Copy link
Contributor

@liz3 liz3 commented Jan 16, 2024

Adds a method to set to return a list of all values within the set.

What's Changed:

Adds a native function to retrieve a list of all values within a set.

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

image

liz3 added 3 commits January 16, 2024 19:50
Adds a method to set to return a list of all values within the set.
@liz3
Copy link
Contributor Author

liz3 commented Jan 17, 2024

Added values.du to imports, apologies didn't see that.

@Jason2605
Copy link
Member

Thanks for this!

@Jason2605 Jason2605 merged commit 325f342 into dictu-lang:develop Jan 17, 2024
8 checks passed
@Jason2605 Jason2605 mentioned this pull request Sep 12, 2024
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