Skip to content

Commit 301021a

Browse files
committed
fix docs
1 parent 7760a59 commit 301021a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/mir/algorithm/iteration.d

+2-1
Original file line numberDiff line numberDiff 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
3132
All operators are suitable to change slices using `ref` argument qualification in a function declaration.

0 commit comments

Comments
 (0)