dictu-lang / Dictu

Dictu is a high-level dynamically typed, multi-paradigm, interpreted programming language.
https://dictu-lang.com
MIT License
268 stars 53 forks source link

feat: set.values() #729

Closed liz3 closed 7 months ago

liz3 commented 7 months ago

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:

#

Housekeeping:

#

Screenshots (If Applicable):

image
liz3 commented 7 months ago

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

Jason2605 commented 7 months ago

Thanks for this!