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