pub fn extern_spec_T_A_Deref_Arc_T_A_deref<T: ?Sized, A: Allocator>(
self_: &Arc<T, A>,
) -> &TExpand description
extern spec for Arc<T, A>::deref
This is not a real function: its only use is for documentation.
terminates
ghost
ensures
*result == *(*self)@