pub struct PieceSet(_);
Expand description
Represents the set of piece. This is used like a stack.
Implementations§
Trait Implementations§
source§impl Ord for PieceSet
impl Ord for PieceSet
source§impl PartialEq<PieceSet> for PieceSet
impl PartialEq<PieceSet> for PieceSet
source§impl PartialOrd<PieceSet> for PieceSet
impl PartialOrd<PieceSet> for PieceSet
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