polars_utils::aliases

Type Alias PlHashMap

Source
pub type PlHashMap<K, V> = HashMap<K, V, PlRandomState>;

Aliased Type§

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

Trait Implementations§

Source§

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

Source§

type HashMap = HashMap<K, V, RandomState>

Source§

fn new() -> Self::HashMap

Source§

fn with_capacity(capacity: usize) -> Self