Type Alias polars_core::frame::group_by::BorrowIdxItem

source ยท
pub type BorrowIdxItem<'a> = (IdxSize, &'a IdxVec);
Available on crate feature algorithm_group_by only.