rust-num / num-traits

Numeric traits for generic mathematics in Rust
Apache License 2.0
732 stars 135 forks source link

impl Bounded for Reverse #65

Closed andersk closed 6 years ago

andersk commented 6 years ago

Reverse is stable as of Rust 1.19.

cuviper commented 6 years ago

stable as of Rust 1.19.

That's newer than the 1.8 we support.

It's possible to add new impls behind a feature flag, like #60 is doing for i128, but Bounded for Reverse seems like a pretty niche thing to justify a feature.

cuviper commented 6 years ago

I've add this to the tracking issue #47 for breaking changes. I'm going to close this for now, but if you want to make a case for adding this with a conditional feature, we can discuss that.