You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that Equal methods must have the following properties
If the values have an Equal method of the form "(T) Equal(T) bool" or "(T) Equal(I) bool" where T is assignable to I, then use the result of x.Equal(y) even if x or y is nil. Otherwise, no such method exists and evaluation proceeds to the next rule.
The text was updated successfully, but these errors were encountered:
We should add an Equal method to move.Move. This allows us to use
cmp.Equal
See
Note that Equal methods must have the following properties
The text was updated successfully, but these errors were encountered: