diff options
| author | Alan Donovan <adonovan@google.com> | 2023-02-16 11:02:12 -0500 |
|---|---|---|
| committer | Alan Donovan <adonovan@google.com> | 2023-05-19 00:43:02 +0000 |
| commit | 3ca52f4c319e56986586e3d519924876320b29fb (patch) | |
| tree | 8b7fb8356d64ba754fbbaebdb5654d9ba1e2ac7b /api | |
| parent | 58d40d156e98d415236e51cbc9694a2bb1746e86 (diff) | |
| download | go-3ca52f4c319e56986586e3d519924876320b29fb.tar.xz | |
slices: add in-place Reverse function
Fixes #58565
Change-Id: I583f8380c12386178fb18e553322bbb019d9fae0
Reviewed-on: https://go-review.googlesource.com/c/go/+/468855
Run-TryBot: Alan Donovan <adonovan@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Shay Nehmad <dude500@gmail.com>
Diffstat (limited to 'api')
| -rw-r--r-- | api/next/58565.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/next/58565.txt b/api/next/58565.txt new file mode 100644 index 0000000000..88ae7e52b1 --- /dev/null +++ b/api/next/58565.txt @@ -0,0 +1 @@ +pkg slices, func Reverse[$0 interface{}]([]$0) #58565 |
