diff --git a/doc/go1.21.html b/doc/go1.21.html index 4a771bc6f3..467793a5b4 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -193,6 +193,14 @@ Do not send CLs removing the interior tags from such phrases. The package supports integration with popular log analysis tools and services.

+

New slices package

+ +

+ The new slices package provides many common + operations on slices, using generic functions that work with slices + of any element type. +

+

Minor changes to the library

@@ -709,26 +717,6 @@ Do not send CLs removing the interior tags from such phrases. -

slices
-
-

- TODO: https://go.dev/issue/54768: add DeleteFunc -

- -

- TODO: https://go.dev/issue/57433: new standard library package based on x/exp/slices -

- -

- TODO: https://go.dev/cl/467417: slices: new package; modified api/next/57433.txt -

- -

- TODO: https://go.dev/cl/483175: slices: add DeleteFunc; modified api/next/54768.txt -

-
-
-
spec

@@ -745,16 +733,6 @@ Do not send CLs removing the interior tags from such phrases.

-
slices
-
-

- The new slices package - provides many common operations on slices, using generic - functions that work with slices of any element type. -

-
-
-
sync