We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebda894 commit cf06939Copy full SHA for cf06939
src/impl_views.rs
@@ -160,8 +160,9 @@ where
160
/// ```
161
/// ```text
162
/// ┌───┬───┬───┬───┐ 0 ↓ indices
163
- /// │ │ 0 │ 1 │ 2 │ 3 │ v1
164
- /// v └───┴───┴───┴───┘ 1
+ /// │ 0 │ 1 │ 2 │ 3 │ v1
+ /// │ └───┴───┴───┴───┘
165
+ /// v ┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄ 1
166
/// Axis(0)┌───┬───┬───┬───┐
167
/// │ 4 │ 5 │ 6 │ 7 │
168
/// ├───┼───┼───┼───┤ v2 2
@@ -182,13 +183,13 @@ where
182
183
184
/// u1 u2
185
/// 0 1 2 3 4 indices →
- /// ┌───┬───┐ ┌───┬───┐
186
- /// │ 0 │ 1 │ │ 2 │ 3 │
187
- /// ├───┼───┤ ├───┼───┤
188
- /// │ 4 │ 5 │ │ 6 │ 7 │
189
190
- /// │ 8 │ 9 │ │ 0 │ 1 │
191
- /// └───┴───┘ └───┴───┘
+ /// ┌───┬───┐┊┌───┬───┐
+ /// │ 0 │ 1 │┊│ 2 │ 3 │
+ /// ├───┼───┤┊├───┼───┤
+ /// │ 4 │ 5 │┊│ 6 │ 7 │
+ /// │ 8 │ 9 │┊│ 0 │ 1 │
192
+ /// └───┴───┘┊└───┴───┘
193
/// ─> Axis(1)
194
195
pub fn split_at(self, axis: Axis, index: Ix) -> (Self, Self) {
0 commit comments