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