pub struct Leq { /* private fields */ }
Expand description
Returns whether one number is less than or equal to another.
? ::= IsZero
- ::= Subtract
λm.λn.?(-mn)
Trait Implementations§
Source§impl Ord for Leq
impl Ord for Leq
Source§impl PartialOrd for Leq
impl PartialOrd for Leq
impl Copy for Leq
impl Eq for Leq
impl StructuralPartialEq for Leq
Auto Trait Implementations§
impl Freeze for Leq
impl RefUnwindSafe for Leq
impl Send for Leq
impl Sync for Leq
impl Unpin for Leq
impl UnwindSafe for Leq
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more