Open obrunsmann opened 1 month ago
Need to quickly find and/or filter arrays.
Common examples in JS:
const matches = users.find((user) => user.email == "foo@example.com"));
No response
Language Design
Use Case
Need to quickly find and/or filter arrays.
Proposed Solution
Common examples in JS:
Implementation Notes
No response
Component
Language Design
Community Notes