Function polars_core::utils::flatten::flatten_par

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