File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 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.)
1414$(T2 eachUploPair, Iterates upper and lower pairs of elements in square matrix.)
1515$(T2 eachUpper, Iterates upper triangle of matrix.)
1616$(T2 equal, Compares two slices for equality.)
17+ $(T2 filter, Filters elements in a range or an ndslice.)
1718$(T2 find, Finds backward index.)
1819$(T2 findIndex, Finds index.)
1920$(T2 isSymmetric, Checks if the matrix is symmetric.)
@@ -25,7 +26,7 @@ $(T2 minmaxPos, Finds backward indexes of the minimum and the maximum.)
2526$(T2 minPos, Finds backward index of the minimum.)
2627$(T2 nBitsToCount, Сount bits until set bit count is reached.)
2728$(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.)
2930)
3031
3132All 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