Type Alias stable_vec::ExternStableVec

source ·
pub type ExternStableVec<T> = StableVecFacade<T, BitVecCore<T>>;
Expand description

A stable vector which stores the “deleted information” externally in a bit vector.

Aliased Type§

struct ExternStableVec<T> { /* private fields */ }