DenseRefIndexMap

Type Alias DenseRefIndexMap 

Source
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 */);