Arc64

Type Alias Arc64 

Source
pub type Arc64<T> = ArcX<T, AtomicU64>;
Expand description

ArcX with u64 counter

Aliased Typeยง

pub struct Arc64<T>(/* private fields */);