Skip to content

Commit

Permalink
Remove multislice! macro
Browse files Browse the repository at this point in the history
  • Loading branch information
jturner314 committed Sep 18, 2019
1 parent 5713d4f commit 0b663a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 380 deletions.
5 changes: 1 addition & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,7 @@ pub use crate::dimension::IxDynImpl;
pub use crate::dimension::NdIndex;
pub use crate::error::{ErrorKind, ShapeError};
pub use crate::indexes::{indices, indices_of};
pub use crate::slice::{
deref_raw_view_mut_into_view_mut_with_life, deref_raw_view_mut_into_view_with_life,
life_of_view_mut, Slice, SliceInfo, SliceNextDim, SliceOrIndex,
};
pub use crate::slice::{Slice, SliceInfo, SliceNextDim, SliceOrIndex};

use crate::iterators::Baseiter;
use crate::iterators::{ElementsBase, ElementsBaseMut, Iter, IterMut, Lanes, LanesMut};
Expand Down
Loading

0 comments on commit 0b663a9

Please sign in to comment.