Struct lambda_types::math::Leq
source · 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)