More table functions such as map, filter, etc... #788
SheepWizard
started this conversation in
Ideas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I spend a lot of my time writing in Typescript, and I find when I switch to luau I always miss having built in table functions such as map, filter, reduce, etc...
I know these can be easily replicated in a module script, but its a bit annoying having to import a file everytime you want to work with tables.
Is this something the Luau team is interested in having added to the language, as if it is I would be willing to write up a RFC and possibly implement it myself?
Beta Was this translation helpful? Give feedback.
All reactions