Skip to main content

extern_spec_T_Rc_T_new

Function extern_spec_T_Rc_T_new 

Source
pub fn extern_spec_T_Rc_T_new<T>(value: T) -> Rc<T>
Expand description

extern spec for Rc<T>::new

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

Note: if you want to have a Rc in ghost code, please use crate::ghost::GhostShared.

terminates

ensures

*result@ == value