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

Struct testDifference

arrayOperations_unit_test.go:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227type testDifferenceInput[T comparable] [][]T
228type testDifferenceOutput[T comparable] []T
229type testDifference[T comparable] struct {
230 input testDifferenceInput[T]
231 output testDifferenceOutput[T]
232}
233
234func TestDifference(t *testing.T) {
235 for i, tt := range []testDifference[int]{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected