Type Definition compact_rc::arc::Arc

source ·
pub type Arc<T> = ArcX<T, AtomicUsize>;
Expand description

ArcX with usize counter