-
Notifications
You must be signed in to change notification settings - Fork 309
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 DoubleEndedIterator
for FilterOk
#947
Comments
Specialization tests and benchmarks will need to be updated but that's simple to do. |
Like that? Have to admit, not entirely comprehending the test system yet. Also not sure, if |
@Xenira I did not notice before they were not double ended so thanks for this. |
Should be doable with
rfind
unless there is a reason I overlooked.Would be willing to implement this.
The text was updated successfully, but these errors were encountered: