Function polars_lazy::dsl::range[][src]

pub fn range<T: Range<T>>(low: T, high: T) -> Expr
This is supported on crate feature compile only.
Expand description

Create a range literal.