func slices.EqualFunc
3 uses
slices (current package)
slices.go#L37: func EqualFunc[S1 ~[]E1, S2 ~[]E2, E1, E2 any](s1 S1, s2 S2, eq func(E1, E2) bool) bool {
go.opentelemetry.io/otel/trace/internal/telemetry
value.go#L278: return slices.EqualFunc(v.asSlice(), w.asSlice(), Value.Equal)
value.go#L282: return slices.EqualFunc(sv, sw, Attr.Equal)
 |
The pages are generated with Golds v0.8.4. (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. |