Trait polars_core::chunked_array::ops::IsLast [−][src]
pub trait IsLast<T: PolarsDataType> {
fn is_last(&self) -> Result<BooleanChunked> { ... }
}This is supported on crate feature
is_first only.