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

add dict.toObj(Object) method #734

Closed briandowns closed 7 months ago

briandowns commented 7 months ago

What's Changed:

Adds a method to the dictionary type that receives a class ref and populates it with the contents of the dict it was called from.

Type of Change:

#

Housekeeping:

#

Screenshots (If Applicable):

Jason2605 commented 7 months ago

Nice I like it! Thanks for this