]> Cypherpunks.ru repositories - gostls13.git/commit
slices: add DeleteFunc
authorIan Lance Taylor <iant@golang.org>
Fri, 7 Apr 2023 21:03:55 +0000 (14:03 -0700)
committerGopher Robot <gobot@golang.org>
Fri, 7 Apr 2023 22:25:51 +0000 (22:25 +0000)
commit693a34e78856980b0bb4a10ffcfd2bac1dbd6ebe
tree11b735cf8f85b666be5a5127235f0257456112ef
parentb3bc8620f89153fddc1a30ee17c1d93654ed4314
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>
api/next/54768.txt [new file with mode: 0644]
src/slices/slices.go
src/slices/slices_test.go