Skip to main content

extern_spec_Shr_u64__ref_i16_shr

Function extern_spec_Shr_u64__ref_i16_shr 

Source
pub fn extern_spec_Shr_u64__ref_i16_shr(self_: &i16, rhs: u64) -> i16
Expand description

extern spec for <&i16 as Shr<u64>>::shr

This is not a real function: its only use is for documentation.

requires

(0usize as $rhs) <= rhs && rhs < $type::BITS as $rhs

ensures

result == *self $op rhs