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