polars_utils
0.40.0
Module idx_vec
Structs
Type Aliases
In crate polars_utils
Module
polars_utils
::
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.
Type Aliases
§
IdxVec