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