Trait tuple::OpRotateLeft

source ·
pub trait OpRotateLeft {
    type Output;

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

Required Associated Types§

Required Methods§

rotate left. The previously first element is now the first.

Implementations on Foreign Types§

Implementors§