of any element type.
</p>
+<h3 id="maps">New maps package</h3>
+
+<p><!-- https://go.dev/issue/57436, CL 464343 -->
+ The new <a href="/pkg/maps/">maps</a> package provides several
+ common operations on maps, using generic functions that work with
+ maps of any key or element type.
+</p>
+
<h3 id="minor_library_changes">Minor changes to the library</h3>
<p>
</dd>
</dl><!-- log/slog -->
-<dl id="maps"><dt><a href="/pkg/maps/">maps</a></dt>
- <dd>
- <p><!-- https://go.dev/issue/57436 -->
- TODO: <a href="https://go.dev/issue/57436">https://go.dev/issue/57436</a>: new standard library package based on x/exp/maps
- </p>
-
- <p><!-- CL 464343 -->
- TODO: <a href="https://go.dev/cl/464343">https://go.dev/cl/464343</a>: maps: new package; modified api/next/57436.txt
- </p>
- </dd>
-</dl><!-- maps -->
-
<dl id="math"><dt><a href="/pkg/math/">math</a></dt>
<dd>
<p><!-- https://go.dev/issue/56491 -->