Struct lambda_types::primitives::Sheinfinkel
source · pub struct Sheinfinkel { /* private fields */ }
Expand description
S combinator. Takes three inputs, and applies the first to the second and third.
λx.λy.λz.xz(yz)
Trait Implementations§
source§impl Clone for Sheinfinkel
impl Clone for Sheinfinkel
source§fn clone(&self) -> Sheinfinkel
fn clone(&self) -> Sheinfinkel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for Sheinfinkel
impl Debug for Sheinfinkel
source§impl Default for Sheinfinkel
impl Default for Sheinfinkel
source§fn default() -> Sheinfinkel
fn default() -> Sheinfinkel
Returns the “default value” for a type. Read more
source§impl Ord for Sheinfinkel
impl Ord for Sheinfinkel
source§fn cmp(&self, other: &Sheinfinkel) -> Ordering
fn cmp(&self, other: &Sheinfinkel) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for Sheinfinkel
impl PartialEq for Sheinfinkel
source§impl PartialOrd for Sheinfinkel
impl PartialOrd for Sheinfinkel
impl Copy for Sheinfinkel
impl Eq for Sheinfinkel
impl StructuralPartialEq for Sheinfinkel
Auto Trait Implementations§
impl Freeze for Sheinfinkel
impl RefUnwindSafe for Sheinfinkel
impl Send for Sheinfinkel
impl Sync for Sheinfinkel
impl Unpin for Sheinfinkel
impl UnwindSafe for Sheinfinkel
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
)