-
Notifications
You must be signed in to change notification settings - Fork 17
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
Generic add/sub #90
Generic add/sub #90
Conversation
Ping @PTaylor-us |
Removed all use of unwrap
95ff29b
to
e3768b9
Compare
I think this is ready for review @PTaylor-us |
e3768b9
to
524be16
Compare
I am currently in a situation where I need exactly this functionality. How is the state of this being merged? :) |
Would it make sense to not only add an implementation for Instant - Generic, but also for Generic - Generic? |
@jhbruhn I have added it. |
Does it make sense to add other arithmetic for Generic as well (mult, div)? I want to target the next release for this. |
Hi,
Fixes #89