Search Results

2
votes

Techniques for implementing -hash on mutable Cocoa objects

My reading of the documentation is that a mutable object's value for hash can (and probably should) change when it is mutated, but should not change when the object h …