Skip to content

Commit db52662

Browse files
committed
update docs
1 parent 410d4d6 commit db52662

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/mir/ndslice/slice.d

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,9 +417,12 @@ $(TR $(TD A $(B fully defined slice) is an empty sequence
417417
$(B interval) with an overall length equal to `N`.)
418418
$(STD `[]`, `[3..$,0..3,0..$-1]`, `[2,0..$,1]`))
419419
$(TR $(TD An $(B indexed slice) is syntax sugar for $(SUBREF topology, indexed) and $(SUBREF topology, cartesian).)
420-
$(STD `[anNdslice]`, `[anNdsliceForCartesian0, anNdsliceForCartesian1]`))
420+
$(STD `[anNdslice]`, `[$.iota, anNdsliceForCartesian1, $.iota]`))
421421
)
422422
423+
See_also:
424+
$(SUBREF topology, iota).
425+
423426
$(H3 Internal Binary Representation)
424427
425428
Multidimensional Slice is a structure that consists of lengths, strides, and a iterator (pointer).

0 commit comments

Comments
 (0)