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