Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions src/impl_methods.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3179,13 +3179,7 @@ impl<A, D: Dimension> ArrayRef<A, D>
Zip::from(self.lanes_mut(axis)).map_collect(mapping)
}
}
}

impl<A, S, D> ArrayBase<S, D>
where
S: DataOwned<Elem = A> + DataMut,
D: Dimension,
{
/// Remove the `index`th elements along `axis` and shift down elements from higher indexes.
///
/// Note that this "removes" the elements by swapping them around to the end of the axis and
Expand Down
Loading