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

feat: add Set.DelIf function #46

Merged
merged 1 commit into from
May 8, 2024
Merged

feat: add Set.DelIf function #46

merged 1 commit into from
May 8, 2024

Conversation

irdaislakhuafa
Copy link
Owner

Adds a new DelIf function to the Set type, which allows to delete elements from the set based on a condition.

This function is useful when you want to remove elements from a set based on a certain criteria, without having to iterate over the entire set and manually remove each element that meets the criteria.

Adds a new `DelIf` function to the `Set` type, which allows to delete elements from the set based on a condition.

This function is useful when you want to remove elements from a set based on a certain criteria, without having to iterate over the entire set and manually remove each element that meets the criteria.
@irdaislakhuafa irdaislakhuafa merged commit 9e6059f into master May 8, 2024
1 check passed
@irdaislakhuafa irdaislakhuafa deleted the datastructure/set branch May 8, 2024 03:45
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.

None yet

1 participant