Type Definition densevec::DenseVec

source · []
pub type DenseVec<T> = KeyedDenseVec<usize, T>;