Reverse a variable
Description
Reverse a variable
Usage
<Expr>$reverse()
Value
Expr
Examples
#> shape: (5, 1)
#> ┌─────┐
#> │ a │
#> │ --- │
#> │ i32 │
#> ╞═════╡
#> │ 5 │
#> │ 4 │
#> │ 3 │
#> │ 2 │
#> │ 1 │
#> └─────┘
Reverse a variable
<Expr>$reverse()
Expr
#> shape: (5, 1)
#> ┌─────┐
#> │ a │
#> │ --- │
#> │ i32 │
#> ╞═════╡
#> │ 5 │
#> │ 4 │
#> │ 3 │
#> │ 2 │
#> │ 1 │
#> └─────┘