sS toStringWithIdentityHashCode(O o) { ret o == null ? "null" : addSuffix(str(o), "@" + intToHex_flexLength(identityHashCode(o))); }