Module polars_utils::idx_vec

source ·

Structs§

  • 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§