Trait bitwise::word::RotateLeft [] [src]

pub trait RotateLeft {
    fn rotate_left<U: UnsignedWord>(self, n: U) -> Self;
}

Method version of rotate_left.

Required Methods

Implementors