Skip to content

Conversation

rickwebiii
Copy link

I need to perform wrapping arithmetic where T and the right hand side are not the same type, which you cannot do with the existing Wrapping* traits. This change generalizes these traits so you can perform wrapping computation with a different RHS.

This will be a breaking change for anyone that implements Wrapping* traits, as they'll need to specify the associated type for the output.

@rickwebiii
Copy link
Author

I'm beginning to see how nasty this change will be to propagate...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants