Function polars::prelude::new_int_range

source ·
pub fn new_int_range<T>(
    start: <T as PolarsNumericType>::Native,
    end: <T as PolarsNumericType>::Native,
    step: i64,
    name: &str
) -> Result<Series, PolarsError>
Available on crate feature polars-ops only.