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
In the ReadMe of this project it states that "x.hashCode()*31^x.length()+y.hashCode()=(x+y).hashCode()".
This should be corrected to "x.hashCode()*31^y.length()+y.hashCode()=(x+y).hashCode()".