Module reuse_vec
polars_
utils
0.52.0
Module reuse_
vec
Module Items
Functions
In crate polars_
utils
polars_utils
Module
reuse_
vec
Copy item path
Source
Functions
ยง
reuse_
vec
Re-uses the memory for a vec while clearing it. Allows casting the type of the vec at the same time. The stdlib specializes collect() to re-use the memory.