Trait polars_utils::vec::ResizeFaster
source · pub trait ResizeFaster<T: Copy> {
// Required method
fn fill_or_alloc(&mut self, new_len: usize, value: T);
}
Expand description
Fill current allocation if if > 0 otherwise realloc