DenseRcIndexMap

Type Alias DenseRcIndexMap 

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

DenseIndexMap specialized to the RcFamily.

Aliased Typeยง

pub struct DenseRcIndexMap<K, V>(/* private fields */);