| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| /// | ||
| /// **Panics** if an index is out of bounds or step size is zero.<br> | ||
| /// **Panics** if `axis` is out of bounds. | ||
| #[must_use = "slice_axis_move returns an array with the sliced result"] |
There was a problem hiding this comment.
oh I was going to ask about the must_use, ownership semantics should mean we don't need it. But ArrayViews can be copy, so it applies well there. Nice catch.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.