@@ -193,6 +193,14 @@ <h3 id="slog">New log/slog package</h3>
193
193
The package supports integration with popular log analysis tools and services.
194
194
</ p >
195
195
196
+ < h3 id ="slices "> New slices package</ h3 >
197
+
198
+ < p > <!-- https://go.dev/issue/45955, https://go.dev/issue/54768, https://go.dev/issue/57433, CL 467417, CL 483175 -->
199
+ The new < a href ="/pkg/slices "> slices</ a > package provides many common
200
+ operations on slices, using generic functions that work with slices
201
+ of any element type.
202
+ </ p >
203
+
196
204
< h3 id ="minor_library_changes "> Minor changes to the library</ h3 >
197
205
198
206
< p >
@@ -709,26 +717,6 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
709
717
</ dd >
710
718
</ dl > <!-- runtime/metrics -->
711
719
712
- < dl id ="slices "> < dt > < a href ="/pkg/slices/ "> slices</ a > </ dt >
713
- < dd >
714
- < p > <!-- https://go.dev/issue/54768 -->
715
- TODO: < a href ="https://go.dev/issue/54768 "> https://go.dev/issue/54768</ a > : add DeleteFunc
716
- </ p >
717
-
718
- < p > <!-- https://go.dev/issue/57433 -->
719
- TODO: < a href ="https://go.dev/issue/57433 "> https://go.dev/issue/57433</ a > : new standard library package based on x/exp/slices
720
- </ p >
721
-
722
- < p > <!-- CL 467417 -->
723
- TODO: < a href ="https://go.dev/cl/467417 "> https://go.dev/cl/467417</ a > : slices: new package; modified api/next/57433.txt
724
- </ p >
725
-
726
- < p > <!-- CL 483175 -->
727
- TODO: < a href ="https://go.dev/cl/483175 "> https://go.dev/cl/483175</ a > : slices: add DeleteFunc; modified api/next/54768.txt
728
- </ p >
729
- </ dd >
730
- </ dl > <!-- slices -->
731
-
732
720
< dl id ="spec "> < dt > < a href ="/pkg/spec/ "> spec</ a > </ dt >
733
721
< dd >
734
722
< p > <!-- https://go.dev/issue/56351 -->
@@ -745,16 +733,6 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
745
733
</ dd >
746
734
</ dl > <!-- spec -->
747
735
748
- < dl id ="slices "> < dt > < a href ="/pkg/slices/ "> slices</ a > </ dt >
749
- < dd >
750
- < p > <!-- https://go.dev/issue/45955 -->
751
- The new < a href ="/pkg/slices/ "> < code > slices</ code > </ a > package
752
- provides many common operations on slices, using generic
753
- functions that work with slices of any element type.
754
- </ p >
755
- </ dd >
756
- </ dl >
757
-
758
736
< dl id ="sync "> < dt > < a href ="/pkg/sync/ "> sync</ a > </ dt >
759
737
< dd >
760
738
< p > <!-- https://go.dev/issue/56102, CL 451356 -->
0 commit comments