From: Ian Lance Taylor Date: Thu, 25 May 2023 21:09:45 +0000 (-0700) Subject: doc/go1.21: merge x/exp/slices issue into slices package X-Git-Tag: go1.21rc1~221 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ee6b9dd47f6091b475dd85b3c989b2b940f24a15;p=gostls13.git doc/go1.21: merge x/exp/slices issue into slices package For #57348 Change-Id: I84943711b033d63f0993133f93d9f09ce2af5965 Reviewed-on: https://go-review.googlesource.com/c/go/+/498395 Reviewed-by: Eli Bendersky TryBot-Result: Gopher Robot Run-TryBot: Ian Lance Taylor Reviewed-by: Matthew Dempsky Auto-Submit: Ian Lance Taylor --- diff --git a/doc/go1.21.html b/doc/go1.21.html index 467793a5b4..c1cca12d22 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -195,7 +195,7 @@ Do not send CLs removing the interior tags from such phrases.

New slices package

-

+

The new slices package provides many common operations on slices, using generic functions that work with slices of any element type. @@ -781,14 +781,6 @@ Do not send CLs removing the interior tags from such phrases. -

x/exp/slices
-
-

- TODO: https://go.dev/issue/57348: Allow different types for haystack/needle in BinarySearchFunc -

-
-
-
x/sys/windows