Function polars_utils::functions::flatten

source ยท
pub fn flatten<T: Clone, R: AsRef<[T]>>(
    bufs: &[R],
    len: Option<usize>,
) -> Vec<T>