File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ $(BUGSTITLE Library Changes,
1414 to get the index of the minimum element of a range.))
1515 $(LI $(RELATIVE_LINK2 maxIndex, Added `std.algorithm.searching.maxIndex`
1616 to get the index of the maximum element of a range.))
17+ $(LI $(RELATIVE_LINK2 ndslice-removal, `std.experimental.ndslice`
18+ has been deprecated.))
1719
1820)
1921
@@ -71,6 +73,14 @@ assert(a.minIndex == -1);
7173-------
7274)
7375
76+ $(LI $(LNAME2 ndslice-removal, `std.experimental.ndslice` has been
77+ deprecated.)
78+ The synchronization between Phobos and Mir turned out to be a lot of work
79+ with litte gain. Users of `std.experimental.ndslice` are advised to
80+ switch to the upstream $(LINK2 https://github.com/libmir/mir-algorithm,
81+ mir package).
82+ )
83+
7484)
7585
7686Macros:
You can’t perform that action at this time.
0 commit comments