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

impl conversions between RangeInclusive and SingleValueRange #190

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

rroelke
Copy link
Collaborator

@rroelke rroelke commented Nov 13, 2024

SingleValueRange is essentially a dynamically-typed std::ops::Range. This pull request implements conversions between the two.

I had this hanging around in a git stash and figured I'd clear it out. I'm not sure what my original intent was but this seems potentially useful... or at least not harmful.

Copy link
Collaborator

@davisp davisp left a comment

Choose a reason for hiding this comment

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

+1 Seems reasonable to me.

@rroelke rroelke merged commit a4cbd2b into main Nov 13, 2024
3 checks passed
@rroelke rroelke deleted the rr/SingleValueRange-RangeInclusive branch November 13, 2024 17:38
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