[][src]Function prefix_num_ops::prim_int::signed_shr

pub fn signed_shr<Self_: PrimInt>(self_: Self_, n: u32) -> Self_

Shifts the bits to the right by a specified amount amount, n, copying the "sign bit" in the most significant bits even for unsigned types.