You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
364: Derive PartialOrd for time module types r=burrbull a=nankeen
This PR derives `PartialOrd` for types in the `time` module. Which is useful in cases where it is necessary to compare frequencies.
## Proposed Changes
* Derive `PartialOrd` for `Bps`
* Derive `PartialOrd` for `Hertz`
* Derive `PartialOrd` for `KiloHertz`
* Derive `PartialOrd` for `MegaHertz`
Co-authored-by: Kai <nankeen@users.noreply.github.com>
0 commit comments