Trait bitwise::word::SAR [] [src]

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

Method version of shift_arithmetic_right.

Required Methods

Implementors