pub fn extern_spec_Shr_i8_isize_shr(self_: isize, rhs: i8) -> isizeExpand description
extern spec for isize::shr
This is not a real function: its only use is for documentation.
requires
(0usize as $rhs) <= rhs && rhs < $type::BITS as $rhsensures
result == self $op rhs