Function vstd::std_specs::smart_ptrs::box_new

source ·
pub exec fn box_new<T>(t: T) -> v : Box<T>
Expand description
ensures
v == t,