pub struct ATerm;
Expand description
The terminating type for type arrays.
Trait Implementations§
source§impl Ord for ATerm
impl Ord for ATerm
source§impl<Rhs> PartialDiv<Rhs> for ATerm
impl<Rhs> PartialDiv<Rhs> for ATerm
source§impl PartialEq<ATerm> for ATerm
impl PartialEq<ATerm> for ATerm
source§impl PartialOrd<ATerm> for ATerm
impl PartialOrd<ATerm> for ATerm
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