Type Alias Unlinked

Source
pub type Unlinked<T, N> = Unlinked<T, HP, N>;
Expand description

A specialization of Unlinked for the HP reclamation scheme.

Aliased Typeยง

pub struct Unlinked<T, N> { /* private fields */ }