[][src]Type Definition stable_vec::ExternStableVec

type ExternStableVec<T> = StableVecFacade<T, BitVecCore<T>>;

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