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

Array.find and Array.filter #7174

Open
obrunsmann opened this issue Sep 26, 2024 · 0 comments
Open

Array.find and Array.filter #7174

obrunsmann opened this issue Sep 26, 2024 · 0 comments
Labels
✨ enhancement New feature or request needs-discussion Further discussion is needed prior to impl 🎨 sdk SDK

Comments

@obrunsmann
Copy link

Use Case

Need to quickly find and/or filter arrays.

Proposed Solution

Common examples in JS:

const matches = users.find((user) => user.email == "[email protected]"));

Implementation Notes

No response

Component

Language Design

Community Notes

  • Please vote by adding a 👍 reaction to the issue to help us prioritize.
  • If you are interested to work on this issue, please leave a comment.
  • If this issue is labeled needs-discussion, it means the spec has not been finalized yet. Please reach out on the #dev channel in the Wing Discord.
@obrunsmann obrunsmann added needs-discussion Further discussion is needed prior to impl ✨ enhancement New feature or request labels Sep 26, 2024
@Chriscbr Chriscbr added the 🎨 sdk SDK label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request needs-discussion Further discussion is needed prior to impl 🎨 sdk SDK
Projects
None yet
Development

No branches or pull requests

2 participants