Function int_range

Source
pub fn int_range(
    start: PyExpr,
    end: PyExpr,
    step: i64,
    dtype: Wrap<DataType>,
) -> PyExpr