Skip to content

Commit d541966

Browse files
committed
update docs
1 parent 152fee5 commit d541966

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

source/mir/ndslice/mutation.d

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,7 @@ This is a submodule of $(MREF mir,ndslice).
55
66
$(BOOKTABLE $(H2 Function),
77
$(TR $(TH Function Name) $(TH Description))
8-
$(T2 all, Checks if all elements satisfy to a predicate.)
9-
$(T2 any, Checks if at least one element satisfy to a predicate.)
10-
$(T2 cmp, Compares two slices.)
11-
$(T2 count, Counts elements in a slices according to a predicate.)
12-
$(T2 each, Iterates all elements.)
13-
$(T2 equal, Compares two slices for equality.)
14-
$(T2 find, Finds backward index.)
15-
$(T2 findIndex, Finds index.)
16-
$(T2 minmaxIndex, Finds indexes of the minimum and the maximum.)
17-
$(T2 minmaxPos, Finds backward indexes of the minimum and the maximum.)
18-
$(T2 minIndex, Finds index of the minimum.)
19-
$(T2 maxIndex, Finds index of the maximum.)
20-
$(T2 minPos, Finds backward index of the minimum.)
21-
$(T2 maxPos, Finds backward index of the maximum.)
22-
$(T2 reduce, Accumulates all elements.)
8+
$(T2 transposeInPlace, Transposes square matrix in place.)
239
)
2410
2511
License: $(HTTP boost.org/LICENSE_1_0.txt, Boost License 1.0).

0 commit comments

Comments
 (0)