pub type Atomic<T, N> = Atomic<T, HP, N>;
A specialization of Atomic for the HP reclamation scheme.
Atomic
HP
pub struct Atomic<T, N> { /* private fields */ }