func slices.DeleteFunc
5 uses
slices (current package)
slices.go#L236: func DeleteFunc[S ~[]E, E any](s S, del func(E) bool) S {
crypto/tls
common.go#L1067: return slices.DeleteFunc(cipherSuites, func(id uint16) bool {
common.go#L1140: return slices.DeleteFunc(curvePreferences, func(c CurveID) bool {
common.go#L1150: return slices.DeleteFunc(curvePreferences, func(c CurveID) bool {
defaults.go#L50: return slices.DeleteFunc(suites, func(c uint16) bool {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |