Struct logic_form::Var
source · pub struct Var(_);
Methods from Deref<Target = u32>§
Trait Implementations§
source§impl Ord for Var
impl Ord for Var
source§impl PartialOrd<Var> for Var
impl PartialOrd<Var> for Var
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more