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

Struct testDistinct

arrayOperations_unit_test.go:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145type testDistinctInput[T comparable] [][]T
146type testDistinctOutput[T comparable] []T
147type testDistinct[T comparable] struct {
148 input testDistinctInput[T]
149 output testDistinctOutput[T]
150}
151
152func TestDistinct(t *testing.T) {
153 for i, tt := range []testDistinct[int]{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected