Module idx_vec
polars_
utils
0.50.0
Module idx_vec
Module Items
Structs
Enums
Type Aliases
In crate polars_
utils
polars_utils
Module
idx_vec
Copy item path
Source
Structs
§
UnitVec
A type logically equivalent to
Vec<T>
, but which does not do a memory allocation until at least two elements have been pushed, storing the first element in the data pointer directly.
Enums
§
Into
Iter
Type Aliases
§
IdxVec