diff --git a/doc/go1.21.html b/doc/go1.21.html index d3d79a2f25..0be1bdce5f 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -258,6 +258,14 @@ Do not send CLs removing the interior tags from such phrases. of any element type.

+

New maps package

+ +

+ The new maps package provides several + common operations on maps, using generic functions that work with + maps of any key or element type. +

+

Minor changes to the library

@@ -567,18 +575,6 @@ Do not send CLs removing the interior tags from such phrases. -

maps
-
-

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

- -

- TODO: https://go.dev/cl/464343: maps: new package; modified api/next/57436.txt -

-
-
-
math