pub type SparseRefIndexMap<'a, K, V> = SparseIndexMap<'a, K, V, RefFamily<'a>>;
Expand description
SparseIndexMap
specialized to the RefFamily
.
Aliased Typeยง
struct SparseRefIndexMap<'a, K, V> { /* private fields */ }
pub type SparseRefIndexMap<'a, K, V> = SparseIndexMap<'a, K, V, RefFamily<'a>>;
SparseIndexMap
specialized to the RefFamily
.
struct SparseRefIndexMap<'a, K, V> { /* private fields */ }