Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
210: Add LowerBounded/UpperBounded traits r=cuviper a=clarfonthey Potential solution for rust-num#208. With a breaking change, these could simply become supertraits of `Bounded`, but until then, we have to deal with blanket implementations. I added both simply because it was easy to do so, although we could opt to not require both. I don't see it being that negative to include both, however. Co-authored-by: ltdk <[email protected]>
- Loading branch information