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