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

Add TreapSet.containsAny #18

Merged
merged 1 commit into from
Dec 14, 2024
Merged

Add TreapSet.containsAny #18

merged 1 commit into from
Dec 14, 2024

Conversation

ericeil
Copy link
Collaborator

@ericeil ericeil commented Dec 13, 2024

Checks if a predicate evaluates to true for any element in the set, using a recursive tree traversal. Short-circuits the search as soon as any element results in true.

@ericeil ericeil changed the title TreapSet.containsAny Add TreapSet.containsAny Dec 14, 2024
@ericeil ericeil marked this pull request as ready for review December 14, 2024 15:33
@ericeil ericeil merged commit a5f3410 into Certora:main Dec 14, 2024
1 check passed
@ericeil ericeil deleted the containsAny branch December 14, 2024 15:34
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