pub fn array_slice( array: Expr, begin: Expr, end: Expr, stride: Option<Expr>, ) -> Expr
returns a slice of the array.