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