Crate ordes

Source

Traitsยง

OrdesCons
OrdesPop
Trait for defining the removal of the last element from an array- or tuple-like data structure.
OrdesPush
Trait for defining pushing to an array- or tuple-like data structure.
OrdesRest
Trait for defining the removal of the first element from an array- or tuple-like data structure.