Expand description
Definition for using orderings in Pearlite.
Macros§
- partial_
ord_ laws_ impl - A macro to easily implements the various
#[logic(law)]s ofPartialOrdLogic.
Traits§
- OrdLogic
- Types that implement this trait must have a total order (
Ordtrait in Rust). - Partial
OrdLogic - Trait for comparison operations (
<,>,<=,>=) in Pearlite.