Trait tuple::OpRotateRight

source ·
pub trait OpRotateRight {
    type Output;

    fn rot_r(self) -> Self::Output;
}

Required Associated Types§

Required Methods§

rotate right. The previously last element is now the last.

Implementations on Foreign Types§

Implementors§