类比C++

Box<T> —— unique_ptr

Arc<T> 、 ReffCell<T> weak<T> —— weak_ptr

Last updated