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

Implement a variant of has that accepts a checking function #795

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

dfellis
Copy link
Member

@dfellis dfellis commented Jul 9, 2024

While looking at the closely related find and index functions, I realized that there was some missing functionality with has (and index) -- the ability to provide a checking function instead of an exact match on the value, letting you use your own logic to decide if the array or buffer has what you want.

@dfellis dfellis self-assigned this Jul 9, 2024
@dfellis dfellis merged commit 6f8e76b into main Jul 9, 2024
9 checks passed
@dfellis dfellis deleted the has-check-fn branch July 9, 2024 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant