Type Definition polars::prelude::TakeIdxIter[][src]

type TakeIdxIter<'a, I> = TakeIdx<'a, I, Once<Option<usize>>>;