indexical::map

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ยง

struct DenseRefIndexMap<'a, K, V> { /* private fields */ }