ByFunc reports whether a [Comparer] function determined equality.
()
| 465 | |
| 466 | // ByFunc reports whether a [Comparer] function determined equality. |
| 467 | func (r Result) ByFunc() bool { |
| 468 | return r.flags&reportByFunc != 0 |
| 469 | } |
| 470 | |
| 471 | // ByCycle reports whether a reference cycle was detected. |
| 472 | func (r Result) ByCycle() bool { |