PlIndexMap

Type Alias PlIndexMap 

Source
pub type PlIndexMap<K, V> = IndexMap<K, V, PlRandomState>;

Aliased Type§

pub struct PlIndexMap<K, V> { /* private fields */ }

Trait Implementations§

Source§

impl<K, V> InitHashMaps for PlIndexMap<K, V>