polars_core::utils::flatten

Function flatten_par

Source
pub fn flatten_par<T: Send + Sync + Copy, S: AsRef<[T]>>(bufs: &[S]) -> Vec<T>