MCPcopy Create free account
hub / github.com/adam-hanna/arrayOperations / testIntersect

Struct testIntersect

arrayOperations_unit_test.go:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171type testIntersectInput[T comparable] [][]T
172type testIntersectOutput[T comparable] []T
173type testIntersect[T comparable] struct {
174 input testIntersectInput[T]
175 output testIntersectOutput[T]
176}
177
178func TestIntersect(t *testing.T) {
179 for i, tt := range []testIntersect[int]{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected