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 f2c3080 commit 3a050faCopy full SHA for 3a050fa
source/mir/ndslice/iterator.d
@@ -13,7 +13,7 @@ $(T2 IotaIterator, $(SUBREF topology, iota))
13
$(T2 MapIterator, $(SUBREF topology, map))
14
$(T2 RetroIterator, $(SUBREF topology, retro))
15
$(T2 SliceIterator, $(SUBREF topology, map) in composition with $(LREF MapIterator) for packed slices.)
16
-$(T2 SlideIterator, $(SUBREF topology, diff) and $(SUBREF topology, slide).)
+$(T2 SlideIterator, $(SUBREF topology, diff), $(SUBREF topology, pairwise), and $(SUBREF topology, slide).)
17
$(T2 StrideIterator, $(SUBREF topology, stride))
18
$(T2 ZipIterator, $(SUBREF topology, zip))
19
)
0 commit comments