indexical::map

Type Alias DenseRcIndexMap

Source
pub type DenseRcIndexMap<'a, K, V> = DenseIndexMap<'a, K, V, RcFamily>;
Expand description

DenseIndexMap specialized to the RcFamily.

Aliased Typeยง

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