static int stdHash2(O a) {
  if (a == null) ret 0;
  ret stdHash(a, toStringArray(allFields(a)));
}