[][src]Type Definition stable_vec::StableVec

type StableVec<T> = StableVecFacade<T, DefaultCore<T>>;

A stable vector with the default core implementation.