Trait polars_core::chunked_array::ops::TakeIterator [−][src]
pub trait TakeIterator: Iterator<Item = usize> {
fn check_bounds(&self, bound: usize) -> Result<()>;
}
pub trait TakeIterator: Iterator<Item = usize> {
fn check_bounds(&self, bound: usize) -> Result<()>;
}