Skip to content

Commit

Permalink
Merge pull request #1370 from rust-ndarray/into-iter
Browse files Browse the repository at this point in the history
iterators: Re-export IntoIter
  • Loading branch information
adamreichold authored Mar 9, 2024
2 parents 54b3ffb + 899db5c commit ddbc824
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions src/iterators/iter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,22 @@
pub use crate::dimension::Axes;
pub use crate::indexes::{Indices, IndicesIter};
pub use crate::iterators::{
AxisChunksIter, AxisChunksIterMut, AxisIter, AxisIterMut, ExactChunks, ExactChunksIter,
ExactChunksIterMut, ExactChunksMut, IndexedIter, IndexedIterMut, Iter, IterMut, Lanes,
LanesIter, LanesIterMut, LanesMut, Windows,
AxisChunksIter,
AxisChunksIterMut,
AxisIter,
AxisIterMut,
ExactChunks,
ExactChunksIter,
ExactChunksIterMut,
ExactChunksMut,
IndexedIter,
IndexedIterMut,
Iter,
IterMut,
IntoIter,
Lanes,
LanesIter,
LanesIterMut,
LanesMut,
Windows,
};

0 comments on commit ddbc824

Please sign in to comment.