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 Contains and IndexOf methods for consistency with System.Collections.Generic.List<> #488

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

DenisPimenov
Copy link
Contributor

Hi! I found that CompactList does not contain Contains and IndexOf methods, which makes it impossible to use in situations where it replaces System.Collections.Generic.List<>. I implemented them in a similar way to the existing LastIndexOf. I would be glad if you can accept this changes or tell me what needs to be improved

Copy link
Collaborator

@ForNeVeR ForNeVeR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ForNeVeR ForNeVeR requested a review from ulex July 29, 2024 20:55
@ulex ulex merged commit 396da37 into JetBrains:master Jul 30, 2024
9 of 10 checks passed
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.

3 participants