Skip to main content

extern_spec_T_A_DerefMut_Vec_T_A_deref_mut

Function extern_spec_T_A_DerefMut_Vec_T_A_deref_mut 

Source
pub fn extern_spec_T_A_DerefMut_Vec_T_A_deref_mut<T, A: Allocator>(
    self_: &mut Vec<T, A>,
) -> &mut [T]
Expand description

extern spec for Vec<T, A>::deref_mut

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

terminates

ghost

ensures

result@ == self@

ensures

(^result)@ == (^self)@