Type Alias polars::frame::group_by::BorrowIdxItem

source ·
pub type BorrowIdxItem<'a> = (u32, &'a UnitVec<u32>);
Available on crate feature algorithm_group_by only.