pub fn extern_spec_T_A_Deref_Vec_T_A_deref<T, A: Allocator>(
self_: &Vec<T, A>,
) -> &[T]Expand description
extern spec for Vec<T, A>::deref
This is not a real function: its only use is for documentation.
terminates
ghost
ensures
result@ == self@