I found the immutable object has a hash property but mutable hasn't,so is that mean mutable≈hashable? I also want to ask why and how.
Asked
Active
Viewed 25 times
1
-
1There is no such thing as "the immutable object" or for that matter "the mutable object". Generators are mutable yet have a hash. – MisterMiyagi May 12 '20 at 07:43
-
I illustrated the relationship [here](https://stackoverflow.com/a/52998879/3620003). – timgeb May 12 '20 at 07:52