rust-ndarray / ndarray

ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations

Home Page:https://docs.rs/ndarray/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding the "rotate" functions on arrays

plasticadmiral opened this issue · comments

commented

Would be nice if this feature similar to the following link can be added to this crate

https://doc.rust-lang.org/std/primitive.slice.html#method.rotate_left

This has already been discussed here, but it's named roll.