Function array_slice

Source
pub fn array_slice(
    array: Expr,
    begin: Expr,
    end: Expr,
    stride: Option<Expr>,
) -> Expr
Available on crate feature nested_expressions only.
Expand description

returns a slice of the array.