Skip to content

✨ Add iterator comparisons to byterator #221

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

Merged
merged 1 commit into from
Apr 24, 2025
Merged

Conversation

elbeno
Copy link
Contributor

@elbeno elbeno commented Apr 24, 2025

Problem:

  • A byterator can be equality-compared with a regular iterator, but it cannot be compared for less/greater.

Solution:

  • Add comparison operators between byterator and corresponding iterators.

Problem:
- A `byterator` can be equality-compared with a regular iterator, but it cannot
  be compared for less/greater.

Solution:
- Add comparison operators between `byterator` and corresponding iterators.
@elbeno elbeno merged commit c57967c into intel:main Apr 24, 2025
42 of 43 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.

2 participants