polars_
utils
0.50.0
PlIndex
Set
Aliased Type
Trait Implementations
InitHashMaps
In polars_
utils::
aliases
polars_utils
::
aliases
Type Alias
PlIndexSet
Copy item path
Source
pub type PlIndexSet<K> =
IndexSet
<K,
PlRandomState
>;
Aliased Type
§
struct PlIndexSet<K> {
/* private fields */
}
Trait Implementations
§
Source
§
impl<K>
InitHashMaps
for
PlIndexSet
<K>
Source
§
type
HashMap
=
IndexSet
<K,
RandomState
>
Source
§
fn
new
() -> Self::
HashMap
Source
§
fn
with_capacity
(capacity:
usize
) -> Self::
HashMap