static int hashAboutObjects(O... l) { int hash = 0, n = l(l); for i to n: hash ^= l[i]; ret hash; }