File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ $(T2 eachLower, Iterates lower triangle of matrix.)
14
14
$(T2 eachUploPair, Iterates upper and lower pairs of elements in square matrix.)
15
15
$(T2 eachUpper, Iterates upper triangle of matrix.)
16
16
$(T2 equal, Compares two slices for equality.)
17
+ $(T2 filter, Filters elements in a range or an ndslice.)
17
18
$(T2 find, Finds backward index.)
18
19
$(T2 findIndex, Finds index.)
19
20
$(T2 isSymmetric, Checks if the matrix is symmetric.)
@@ -25,7 +26,7 @@ $(T2 minmaxPos, Finds backward indexes of the minimum and the maximum.)
25
26
$(T2 minPos, Finds backward index of the minimum.)
26
27
$(T2 nBitsToCount, Сount bits until set bit count is reached.)
27
28
$(T2 reduce, Accumulates all elements.)
28
- $(T2 uniq, Iterates over the unique elements in a range, which is assumed sorted.)
29
+ $(T2 uniq, Iterates over the unique elements in a range or an ndslice , which is assumed sorted.)
29
30
)
30
31
31
32
All operators are suitable to change slices using `ref` argument qualification in a function declaration.
You can’t perform that action at this time.
0 commit comments