polars::prelude::datatypes

Type Alias PlHashSet

Source
pub type PlHashSet<V> = HashSet<V, RandomState>;

Aliased Typeยง

struct PlHashSet<V> { /* private fields */ }