We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
currently we only have behavior defined to alter objects one at a time by change the attributes of an object instance.
proposal:
A map function on collections that allows easy operations on a indeterminate number of members of the collection.
We will not support anonymous functions at this time so the function passed in must be declared elsewhere.
<Type>.map(func(Type)Type, [filter], [id])
thoughts?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
currently we only have behavior defined to alter objects one at a time by change the attributes of an object instance.
it could be useful to allow large updates to subsets of the collection or the entire collection.
proposal:
A map function on collections that allows easy operations on a indeterminate number of members of the collection.
We will not support anonymous functions at this time so the function passed in must be declared elsewhere.
thoughts?
The text was updated successfully, but these errors were encountered: