Function polars_core::utils::flatten::cap_and_offsets

source ยท
pub fn cap_and_offsets<I>(v: &[Vec<I>]) -> (usize, Vec<usize>)