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

Struct testUnion

arrayOperations_unit_test.go:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199type testUnionInput[T comparable] [][]T
200type testUnionOutput[T comparable] []T
201type testUnion[T comparable] struct {
202 input testUnionInput[T]
203 output testUnionOutput[T]
204}
205
206func TestUnion(t *testing.T) {
207 for i, tt := range []testUnion[int]{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected