Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
slices: update to current standard library version
Update x/exp/slices to the current standard library slices package, while retaining the ability to use it with Go 1.18 through Go 1.20. Note that this changes some of the sorting functions to use a comparison function rather than a less function. We don't promise backward compatibility in x/exp packages. Being compatible with the Go 1.21 package seems more useful for people not yet using 1.21, as it will make the transition to 1.21 easier. The generated files were built using "go generate" with a GOROOT that included CL 511660. Fixes golang/go#61374 Change-Id: I4abfd9db92d553f554aec83d60f0c13fa56c1d8e Reviewed-on: https://go-review.googlesource.com/c/exp/+/511895 TryBot-Result: Gopher Robot <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Reviewed-by: Eli Bendersky <[email protected]>
- Loading branch information