Struct ra_ap_la_arena::RawIdx
source · pub struct RawIdx(_);
Expand description
The raw index of a value in an arena.
Trait Implementations§
source§impl Ord for RawIdx
impl Ord for RawIdx
source§impl PartialEq<RawIdx> for RawIdx
impl PartialEq<RawIdx> for RawIdx
source§impl PartialOrd<RawIdx> for RawIdx
impl PartialOrd<RawIdx> for RawIdx
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