EqualFunc reports whether the symbols at indexes ix and iy are equal. When called by Difference, the index is guaranteed to be within nx and ny.
func(ix int, iy int) Result
| 90 | // EqualFunc reports whether the symbols at indexes ix and iy are equal. |
| 91 | // When called by Difference, the index is guaranteed to be within nx and ny. |
| 92 | type EqualFunc func(ix int, iy int) Result |
| 93 | |
| 94 | // Result is the result of comparison. |
| 95 | // NumSame is the number of sub-elements that are equal. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…