pub trait PlacementShr<S: Session, T, O> { fn shr(&self, sess: &S, amount: usize, x: &T) -> O; }
Shift right