Struct faer_core::constrained::Array
source · pub struct Array<'n, T>(/* private fields */);Implementations§
Trait Implementations§
source§impl<'n, T: PartialEq> PartialEq for Array<'n, T>
impl<'n, T: PartialEq> PartialEq for Array<'n, T>
source§impl<'n, T: PartialOrd> PartialOrd for Array<'n, T>
impl<'n, T: PartialOrd> PartialOrd for Array<'n, T>
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