You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add functions for finding an item in a list by predicate, and for deleting a single item from a list by predicate. Paul asked specifically for find, I'm happy to bikeshed or remove deleteFirst if y'all prefer.
Before submitting a pull request, please doublecheck that you have included
a clear PR description (don't bother to include issues numbers).
Docs linked for types and terms as needed
Author and License metadata linked
Tests, where appropriate
Code review
The changes summarized below are available for you to review, using the following command:
Add functions for finding an item in a list by predicate, and for deleting a single item from a list by predicate. Paul asked specifically for
find
, I'm happy to bikeshed or removedeleteFirst
if y'all prefer.Before submitting a pull request, please doublecheck that you have included
Doc
s linked for types and terms as neededAuthor
andLicense
metadata linkedTest
s, where appropriateCode review
The changes summarized below are available for you to review, using the following command:
Added definitions:
The text was updated successfully, but these errors were encountered: