summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2023-04-07 14:03:55 -0700
committerGopher Robot <gobot@golang.org>2023-04-07 22:25:51 +0000
commit693a34e78856980b0bb4a10ffcfd2bac1dbd6ebe (patch)
tree11b735cf8f85b666be5a5127235f0257456112ef /api
parentb3bc8620f89153fddc1a30ee17c1d93654ed4314 (diff)
downloadgo-git-693a34e78856980b0bb4a10ffcfd2bac1dbd6ebe.tar.gz
slices: add DeleteFunc
Fixes #54768 Change-Id: I588ae33c13e0bbd9d324c11771667b22a864047d Reviewed-on: https://go-review.googlesource.com/c/go/+/483175 Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Eli Bendersky <eliben@google.com> Run-TryBot: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'api')
-rw-r--r--api/next/54768.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/next/54768.txt b/api/next/54768.txt
new file mode 100644
index 0000000000..b824c50ad1
--- /dev/null
+++ b/api/next/54768.txt
@@ -0,0 +1 @@
+pkg slices, func DeleteFunc[$0 interface{ ~[]$1 }, $1 interface{}]($0, func($1) bool) $0 #54768