]> Cypherpunks.ru repositories - gostls13.git/blobdiff - doc/go1.21.html
slices: add in-place Reverse function
[gostls13.git] / doc / go1.21.html
index 3e63016e02b423342f01356d48ef1b431fa3dfe1..743e2a3e28178b78bb524b6b56af75b69a27140b 100644 (file)
@@ -668,6 +668,16 @@ Do not send CLs removing the interior tags from such phrases.
   </dd>
 </dl><!-- spec -->
 
+<dl id="slices"><dt><a href="/pkg/slices/">slices</a></dt>
+  <dd>
+    <p><!-- https://go.dev/issue/45955 -->
+      The new <a href="/pkg/slices/"><code>slices</code></a> package
+      provides many common operations on slices, using generic
+      functions that work with slices of any element type.
+    </p>
+  </dd>
+</dl>
+
 <dl id="sync"><dt><a href="/pkg/sync/">sync</a></dt>
   <dd>
     <p><!-- https://go.dev/issue/56102, CL 451356 -->