Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite5a8d23

Browse files
authored
RemovesDataOwned bound onremove_index (#1511)
Closes#1442
1 parent2a2287c commite5a8d23

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

‎src/impl_methods.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3179,13 +3179,7 @@ impl<A, D: Dimension> ArrayRef<A, D>
31793179
Zip::from(self.lanes_mut(axis)).map_collect(mapping)
31803180
}
31813181
}
3182-
}
31833182

3184-
impl<A,S,D>ArrayBase<S,D>
3185-
where
3186-
S:DataOwned<Elem =A> +DataMut,
3187-
D:Dimension,
3188-
{
31893183
/// Remove the `index`th elements along `axis` and shift down elements from higher indexes.
31903184
///
31913185
/// Note that this "removes" the elements by swapping them around to the end of the axis and

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp