Struct typenum::array::ATerm [−][src]
pub struct ATerm;
The terminating type for type arrays.
Trait Implementations
impl<Rhs> PartialDiv<Rhs> for ATerm
[src]
impl<Rhs> PartialDiv<Rhs> for ATerm
[src]impl PartialOrd<ATerm> for ATerm
[src]
impl PartialOrd<ATerm> for ATerm
[src]fn partial_cmp(&self, other: &ATerm) -> Option<Ordering>
[src][−]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool