@@ -42,7 +42,9 @@ $(T2 bytegroup, Groups existing slice into fixed length chunks and uses them as
42
42
$(T2 diff, Differences between vector elements.)
43
43
$(T2 flattened, Contiguous 1-dimensional slice of all elements of a slice.)
44
44
$(T2 map, Multidimensional functional map.)
45
+ $(T2 mapSubSlices, Maps indexes pairs to subslices.)
45
46
$(T2 pairwise, Pairwise map for vectors.)
47
+ $(T2 pairwiseMapSubSlices, Maps pairwise indexes pairs to subslices.)
46
48
$(T2 retro, Reverses order of iteration for all dimensions.)
47
49
$(T2 slide, Sliding map for vectors.)
48
50
$(T2 stairs, Two functions to pack, unpack, and iterate triangular and symmetric matrix storage.)
@@ -2728,7 +2730,7 @@ Params:
2728
2730
sliceable = pointer, array, ndslice, or something sliceable.
2729
2731
Returns:
2730
2732
ndslice composed of subslices.
2731
- See_also: $(LREF pairwise), $(LREF pairwiseMapSubSlices).
2733
+ See_also: $(LREF cut), $(LREF pairwise), $(LREF pairwiseMapSubSlices).
2732
2734
+/
2733
2735
Slice! (kind, packs, SubSliceIterator! (Iterator, Slicable))
2734
2736
mapSubSlices(SliceKind kind, size_t [] packs, Iterator, Slicable)(
0 commit comments