Function general_shr

Source
pub fn general_shr<T1, T2>(l: T1, r: T2) -> Result<T1>
where T1: CheckedShr + Debug, T2: TryInto<u32> + Debug,