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