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