From 693a34e78856980b0bb4a10ffcfd2bac1dbd6ebe Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 7 Apr 2023 14:03:55 -0700 Subject: slices: add DeleteFunc Fixes #54768 Change-Id: I588ae33c13e0bbd9d324c11771667b22a864047d Reviewed-on: https://go-review.googlesource.com/c/go/+/483175 Reviewed-by: Ian Lance Taylor Auto-Submit: Ian Lance Taylor TryBot-Result: Gopher Robot Reviewed-by: Eli Bendersky Run-TryBot: Ian Lance Taylor --- api/next/54768.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 api/next/54768.txt (limited to 'api') 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 -- cgit v1.3-5-g9baa