Trait bitwise::word::SAL [] [src]

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

Method version of shift_arithmetic_left.

Required Methods

Implementors